SignedCmsBuilderDigestAlgorithms Property |
Gets a collection of hashing algorithms.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public AlgorithmIdentifierCollection DigestAlgorithms { get; }
Public ReadOnly Property DigestAlgorithms As AlgorithmIdentifierCollection
Get
public:
property AlgorithmIdentifierCollection^ DigestAlgorithms {
AlgorithmIdentifierCollection^ get ();
}
member DigestAlgorithms : AlgorithmIdentifierCollection with get
Property Value
Type:
AlgorithmIdentifierCollectionSee Also