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; }
Public Property AlternateSignatureAlgorithm As Boolean
Get
Set
public:
property bool AlternateSignatureAlgorithm {
bool get ();
void set (bool value);
}
member AlternateSignatureAlgorithm : bool with get, set
Property Value
Type:
BooleanRemarks See Also