Click or drag to resize

CACryptographyPublicKeyAlgorithm Property

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

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

Property Value

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