CertificateKeyAlgorithmString Property
Gets a string containing OID of algorithm used to generate a public key of X.509 certificate.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string KeyAlgorithmString { get; }

Property Value

Type: String
An Algorithm object containing the information about the cryptographic key.
Remarks
To know more about OID, refer to Algorithm.Oid property.
Examples
The example is available in Certificate topic.
See Also