Initializes a new instance of the SignerInfo class

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: 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
)

See Also