X509PrivateKeyBuilderPublicKeyAlgorithm Property |
Gets or sets public key algorithm. For CNG keys, key and curve name must be used. For example, "ECDSA_P256",
"ECDH_brainpoolP320r1". When not set, default key algorithm for specified provider is used and depends on
a particular cryptographic service provider (CSP or KSP).
Namespace:
SysadminsLV.PKI.Cryptography
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:
virtual property Oid^ PublicKeyAlgorithm {
Oid^ get () sealed;
void set (Oid^ value) sealed;
}
abstract PublicKeyAlgorithm : Oid with get, set
override PublicKeyAlgorithm : Oid with get, set
Property Value
Type:
OidImplements
IKeyStorageInfoPublicKeyAlgorithmSee Also