CACryptographyPublicKeyAlgorithm Property

Gets or sets the public key algorithm (such as RSA) that is used for signing purposes.

Definition

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

Property Value

Oid

Remarks

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

See Also