CmsAlgorithmProtection Constructor

Initializes a new instance of the CmsAlgorithmProtection class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public CmsAlgorithmProtection(
	AlgorithmIdentifier digestAlgorithm,
	int type,
	AlgorithmIdentifier algorithmIdentifier
)

Parameters

digestAlgorithm  AlgorithmIdentifier
 
type  Int32
 
algorithmIdentifier  AlgorithmIdentifier
 

See Also