Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static SignerInformation ReplaceUnsignedAttributes(
	SignerInformation signerInformation,
	AttributeTable unsignedAttributes
)
Visual Basic
Public Shared Function ReplaceUnsignedAttributes ( _
	signerInformation As SignerInformation, _
	unsignedAttributes As AttributeTable _
) As SignerInformation
Visual C++
public:
static SignerInformation^ ReplaceUnsignedAttributes(
	SignerInformation^ signerInformation, 
	AttributeTable^ unsignedAttributes
)

See Also