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.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public void Allow(CertificateOption option, Operator @operator, string value, bool raiseError)
public void Allow(CertificateOption option, Operator @operator, string value, bool raiseError)
 public void Allow(CertificateOption option, Operator @operator, string value, bool raiseError)

Parameters

 option  CertificateOption 

 @operator  Operator 

 value  string

 raiseError  bool

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
SecurityValidation.Allow (Version, Contains, "V3", true)
SecurityValidation.Allow (Version, Contains, "V3", true)
SecurityValidation.Allow (Version, Contains, "V3", true)