Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
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 ) |
Parameters
- signerInformation
- Type: Org.BouncyCastle.Cms..::..SignerInformation
- unsignedAttributes
- Type: Org.BouncyCastle.Asn1.Cms..::..AttributeTable