AlgorithmName Property
Gets the name of cryptographic algorithm.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string Name { get; }

Property Value

Type: String
A string containing the algorithm name.
Examples
The example is available in SignatureAlgorithm topic.
See Also