Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.KeySize

TElSymmetricCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property contains the size of the secret key for the symmetric algorithm

Declaration

[C#]
    int KeySize;

[VB.NET]
    Property KeySize As Integer

[Pascal]
    property KeySize : integer;

[C++]
    int32_t get_KeySize();

[PHP]
    integer get_KeySize()

[Java]
    int getKeySize();

Description

    Use this read-only property to get the required size of the secret key.

See also:     KeyMaterial    

Discuss this help topic in SecureBlackbox Forum