public CmsAlgorithmProtection(
AlgorithmIdentifier digestAlgorithm,
int type,
AlgorithmIdentifier algorithmIdentifier
)
Public Sub New (
digestAlgorithm As AlgorithmIdentifier,
type As Integer,
algorithmIdentifier As AlgorithmIdentifier
)
public:
CmsAlgorithmProtection(
AlgorithmIdentifier^ digestAlgorithm,
int type,
AlgorithmIdentifier^ algorithmIdentifier
)
Org.BouncyCastle.Asn1.Cms.CmsAlgorithmProtection = function(digestAlgorithm, type, algorithmIdentifier);