AlgorithmBitLength Property |
Gets the length of key used for message encryption in the cryptographic algorithm.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int BitLength { get; }
Public ReadOnly Property BitLength As Integer
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 See Also