Gets the unique string used by the operating system to identify this cryptographic algorithm.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Oid { get; }
Public ReadOnly Property Oid As String
Get
Property Value
Type:
StringA 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 See Also