SecurityValidation.Allow Method
Definition
Allows certificates if the corresponding field meets the criteria set by the method. The certificate will be allowed regardless of the raiseError value.
public void Allow(CertificateOption option, Operator @operator, string value, bool raiseError)
Parameters
option CertificateOption @operator Operator value string raiseError boolExamples
SecurityValidation.Allow (Version, Contains, "V3", true)