Click or drag to resize
SecurityHelperValidateCertificate Method
Returns true if current request should be excluded from checking Otherwise return real value

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
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: Boolean
See Also