Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.Valid

TElKeyMaterial     See also     


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


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

Declaration

[C#]
    bool Valid;

[VB.NET]
    Property Valid As Boolean

[Pascal]
    property Valid : boolean;

[C++]
    bool get_Valid();

[PHP]
    bool get_Valid()

[Java]
    boolean getValid();

Description

    Use this property to specify if the key is correct.

See also:     Generate     Load     Save    

Discuss this help topic in SecureBlackbox Forum