Discuss this help topic in SecureBlackbox Forum

TElPublicKeyMaterial.SecretKey

TElPublicKeyMaterial     See also     


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


This read-only property indicates if TElPublicKeyMaterial instance stores a secret key

Declaration

[C#]
    bool SecretKey;

[VB.NET]
    Property SecretKey As Boolean

[Pascal]
    property SecretKey : boolean;

[C++]
    bool get_SecretKey();

[PHP]
    bool get_SecretKey()

[Java]
    boolean getSecretKey();

Description

    Use this read-only property to clarify if the object stores secret key material.

See also:     Load     LoadSecret     Save     SaveSecret     PublicKey    

Discuss this help topic in SecureBlackbox Forum