Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.KeyFormat

TElDSAKeyMaterial     See also     


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


This read-only property contains key format

Declaration

[C#]
    TSBDSAKeyFormat KeyFormat;

[VB.NET]
    Property KeyFormat As TSBDSAKeyFormat

[Pascal]
    property KeyFormat : TSBDSAKeyFormat;

[C++]
    TSBDSAKeyFormat get_KeyFormat();

[PHP]
    integer get_KeyFormat()

[Java]
    TSBDSAKeyFormat getKeyFormat();

Possible values:

Description

    Use this property to get format of the key.

See also:     Passphrase     PEMEncode     StrictKeyValidation    

Discuss this help topic in SecureBlackbox Forum