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).

Definition

Namespace: SysadminsLV.PKI.Cryptography
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

Implements

IKeyStorageInfoPublicKeyAlgorithm

See Also