AlgorithmBitLength Property
Gets the length of key used for message encryption in the cryptographic algorithm.

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

Property Value

Type: Int32
An integer valuer specifying the length of the key of the cryptographic algorithm.
Remarks
The same cryptographic algorithm can have a different length of key. A larger key provides a stronger encryption.
Note Note
This property is only set if algorithms are obtained with GetSupportedAlgorithms method.
Examples
The example is available in SignatureAlgorithm topic.
See Also