Click or drag to resize

CACryptographyAlternateSignatureAlgorithm Property

Gets or sets the value that indicates whether the CA server supports alternate signature algorithms (PKCS#1 v2.1)

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool AlternateSignatureAlgorithm { get; set; }

Property Value

Type: Boolean
Remarks
If ProviderIsCNG property is set to False, setter is ignored.
See Also