Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.KeyFormat

TElRSAKeyMaterial     See also     


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


Specifies the key format.

Declaration

[C#]
    TSBRSAKeyFormat KeyFormat;

[VB.NET]
    Property KeyFormat As TSBRSAKeyFormat

[Pascal]
    property KeyFormat : TSBRSAKeyFormat;

[C++]
    TSBRSAKeyFormat get_KeyFormat();
    void set_KeyFormat(TSBRSAKeyFormat Value);

[PHP]
    integer get_KeyFormat()
    void set_KeyFormat(integer $Value)

[Java]
    TSBRSAKeyFormat getKeyFormat();
    void setKeyFormat(TSBRSAKeyFormat Value);

Possible values:

Description

    Use this read-only property to get the format of the key.

See also:     HashAlgorithm     Passphrase     PEMEncode     StrLabel     SaltSize    

Discuss this help topic in SecureBlackbox Forum