Discuss this help topic in SecureBlackbox Forum

TElDKPublicKey.Available

TElDKPublicKey     See also     


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


This read-only property specifies if the key is available.

Declaration

[C#]
    bool Available;

[VB.NET]
    Property Available As Boolean

[Pascal]
    property Available: Boolean;

[C++]
    bool get_Available();

[PHP]
    bool get_Available()

[Java]
    boolean getAvailable();

Description

    Use this property to find out if public key is available. It is possible that the DNS-record does not contain key. This property will be set to False in that case.

See also:     KeyType     Revoked    

Discuss this help topic in SecureBlackbox Forum