SecurityHelperValidateCertificate Method |
Returns true if current request should be excluded from checking
Otherwise return real value
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool ValidateCertificate(
Object sender,
X509Certificate certificate,
X509Chain chain,
SslPolicyErrors errors
)
Parameters
- sender
- Type: SystemObject
Sender - certificate
- Type: System.Security.Cryptography.X509CertificatesX509Certificate
Certificate - chain
- Type: System.Security.Cryptography.X509CertificatesX509Chain
Chain - errors
- Type: System.Net.SecuritySslPolicyErrors
Errors
Return Value
Type:
BooleanSee Also