CACryptographyAlternateSignatureAlgorithm Property

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

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool AlternateSignatureAlgorithm { get; set; }

Property Value

Boolean

Remarks

If ProviderIsCNG property is set to False, setter is ignored.

See Also