Discuss this help topic in SecureBlackbox Forum
Specifies if validity period should be checked for trusted certificates.
Declaration
[C#/Java]
bool CheckValidityPeriodForTrusted;
[VB.NET]
Property CheckValidityPeriodForTrusted As Boolean
[Pascal]
property CheckValidityPeriodForTrusted : boolean;
[C++]
bool get_CheckValidityPeriodForTrusted();
void set_CheckValidityPeriodForTrusted(bool Value);
[PHP]
bool get_CheckValidityPeriodForTrusted()
void set_CheckValidityPeriodForTrusted(bool $Value)
Description
This property specifies if validity period check should be performed for certificates, which are treated as trusted.
Discuss this help topic in SecureBlackbox Forum