AlgorithmID Property
Gets the unique cryptographic algorithm identifier used by CryptoAPI.

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

Property Value

Type: Int32
An integer value of the unique identifier of the cryptographic algorithm.
Remarks
The developers of new custom cryptographic algorithms and new Cryptographic Service Providers can define new unique ID values.
Examples
The example is available in SignatureAlgorithm topic.
See Also