SignerInfo(SignerIdentifier, AlgorithmIdentifier, Attributes, AlgorithmIdentifier, Asn1OctetString, Attributes) Constructor

Initializes a new instance of the SignerInfo class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SignerInfo(
	SignerIdentifier sid,
	AlgorithmIdentifier digAlgorithm,
	Attributes authenticatedAttributes,
	AlgorithmIdentifier digEncryptionAlgorithm,
	Asn1OctetString encryptedDigest,
	Attributes unauthenticatedAttributes
)

Parameters

sid  SignerIdentifier
 
digAlgorithm  AlgorithmIdentifier
 
authenticatedAttributes  Attributes
 
digEncryptionAlgorithm  AlgorithmIdentifier
 
encryptedDigest  Asn1OctetString
 
unauthenticatedAttributes  Attributes
 

See Also