Click or drag to resize

SslStreamProviderIgnoreCommonNameCertificateValidation Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication. This callback ignores the content of the Common Name for the certificate during the validation.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static bool IgnoreCommonNameCertificateValidation(
	Object sender,
	X509Certificate certificate,
	X509Chain chain,
	SslPolicyErrors sslPolicyErrors
)

Parameters

sender
Type: SystemObject
An object that contains state information for this validation.
certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate
The certificate used to authenticate the remote party.
chain
Type: System.Security.Cryptography.X509CertificatesX509Chain
The chain of certificate authorities associated with the remote certificate.
sslPolicyErrors
Type: System.Net.SecuritySslPolicyErrors
One or more errors associated with the remote certificate.

Return Value

Type: Boolean
A Boolean value that determines whether the specified certificate is accepted for authentication.
See Also