Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum