Initializes a new instance of the SignerInfo class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public SignerInfo( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Asn1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Asn1Set unauthenticatedAttributes ) |
Visual Basic |
---|
Public Sub New ( _ sid As SignerIdentifier, _ digAlgorithm As AlgorithmIdentifier, _ authenticatedAttributes As Asn1Set, _ digEncryptionAlgorithm As AlgorithmIdentifier, _ encryptedDigest As Asn1OctetString, _ unauthenticatedAttributes As Asn1Set _ ) |
Visual C++ |
---|
public: SignerInfo( SignerIdentifier^ sid, AlgorithmIdentifier^ digAlgorithm, Asn1Set^ authenticatedAttributes, AlgorithmIdentifier^ digEncryptionAlgorithm, Asn1OctetString^ encryptedDigest, Asn1Set^ unauthenticatedAttributes ) |
Parameters
- digAlgorithm
- Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
- authenticatedAttributes
- Type: Org.BouncyCastle.Asn1..::..Asn1Set
- digEncryptionAlgorithm
- Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
- encryptedDigest
- Type: Org.BouncyCastle.Asn1..::..Asn1OctetString
- unauthenticatedAttributes
- Type: Org.BouncyCastle.Asn1..::..Asn1Set