AlgorithmCategory Property
Gets the category (type) of cryptographic algorithm.

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

Property Value

Type: AlgorithmCategory
An AlgorithmCategory value specifying the category of the algorithm.
Remarks
EncryptionAlgorithm and HashAlgorithm algorithms must have the appropriate categories. For instance, an algorithm having Signature category can be used as HashAlgorithm but not as EncryptionAlgorithm.
See Also