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