Gets the block sizes that are supported by the symmetric algorithm.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public override KeySizes[] LegalBlockSizes { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property LegalBlockSizes As KeySizes() Get |
Visual C++ |
---|
public: virtual property array<KeySizes^>^ LegalBlockSizes { array<KeySizes^>^ get () override; } |
Field Value
An array containing the block sizes supported by the algorithm.
Remarks
Only block sizes that match an entry in this array are supported by the symmetric algorithm.