AlgorithmOid Property
Gets the unique string used by the operating system to identify this cryptographic algorithm.

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

Property Value

Type: String
A string identifying the algorithm in the operating system.
Remarks
An object identifier is a string consisting of a numeric sequence delimited by dots (i.e. "1.2.840.113549.1.1.4", "1.2.840.113549.3.4", "2.5", etc). Some algorithms, however, may have no object identifier assigned.
Examples
The example is available in SignatureAlgorithm topic.
See Also