[]
Gets or sets the signature digest algorithm.
NOTE: This property is obsolete and should not be used. Instead, use SignatureBuilder and Pkcs7SignatureBuilder class to create a PKCS#7 signature and setup its properties.
If SignatureFormat is PKCS7SHA1, then this property is ignored and SHA1 is used.
[Obsolete("Use SignatureProperties.SignatureBuilder and Pkcs7SignatureBuilder to define signature properties.")]
public SignatureDigestAlgorithm SignatureDigestAlgorithm { get; set; }
<Obsolete("Use SignatureProperties.SignatureBuilder and Pkcs7SignatureBuilder to define signature properties.")>
Public Property SignatureDigestAlgorithm As SignatureDigestAlgorithm