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