Discuss this help topic in SecureBlackbox Forum

TElPublicKeyMaterial.PublicKey

TElPublicKeyMaterial     See also     


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


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

Declaration

[C#]
    bool PublicKey;

[VB.NET]
    Property PublicKey As Boolean

[Pascal]
    property PublicKey : boolean;

[C++]
    bool get_PublicKey();

[PHP]
    bool get_PublicKey()

[Java]
    boolean getPublicKey();

Description

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

See also:     Load     LoadPublic     Save     SavePublic     SecretKey    

Discuss this help topic in SecureBlackbox Forum