Gets or sets the block size of the cryptographic operation in bits.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public override int BlockSize { get; set; } |
Visual Basic |
---|
Public Overrides Property BlockSize As Integer
Get
Set |
Visual C++ |
---|
public:
virtual property int BlockSize {
int get () override;
void set (int value) override;
} |
Field Value
The block size in bits.
Remarks
Exceptions
Exception | Condition |
---|
System.Security.Cryptography..::..CryptographicException | The block size is invalid. |
See Also