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.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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
OidIKeyStorageInfoPublicKeyAlgorithm