Discuss this help topic in SecureBlackbox Forum

TElDKPublicKey.KeyType

TElDKPublicKey     See also     


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


This read-only property contains the type of the key.

Declaration

[C#]
    TSBDKPublicKeyType KeyType;

[VB.NET]
    Property KeyType As TSBDKPublicKeyType

[Pascal]
    property KeyType: TElDKPublicKeyType;

[C++]
    TSBDKPublicKeyType get_KeyType();

[PHP]
    integer get_KeyType()

[Java]
    short getKeyType();

Values:

Description

    Only one key type is specified for the moment: RSA-key.

See also:     Available     Revoked    

Discuss this help topic in SecureBlackbox Forum