Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.StrictKeyValidation

TElDSAKeyMaterial     See also     


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


Specifies if strict key material validation should be performed.

Declaration

[C#]
    bool StrictKeyValidation;

[VB.NET]
    Property StrictKeyValidation As Boolean

[Pascal]
    property StrictKeyValidation : boolean;

[C++]
    bool get_StrictKeyValidation();
    void set_StrictKeyValidation(bool Value);

[PHP]
    bool get_StrictKeyValidation()
    void set_StrictKeyValidation(bool $Value)

[Java]
    boolean getStrictKeyValidation();
    void setStrictKeyValidation(boolean Value);

Description

    Enables/disables 'strict' mode while checking the validity of key material by calling IsKeyValid. Strict checkup is slower, but more effective.

See also:     Passphrase    

Discuss this help topic in SecureBlackbox Forum