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

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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.
Examples
The example is available in SignatureAlgorithm topic.
See Also