Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static bool StrictCertificateValidation(
	Object sender,
	X509Certificate certificate,
	X509Chain chain,
	SslPolicyErrors sslPolicyErrors
)

Parameters

sender
Type: System..::..Object
An object that contains state information for this validation.
certificate
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate
The certificate used to authenticate the remote party.
chain
Type: System.Security.Cryptography.X509Certificates..::..X509Chain
The chain of certificate authorities associated with the remote certificate.
sslPolicyErrors
Type: System.Net.Security..::..SslPolicyErrors
One or more errors associated with the remote certificate.

Return Value

A Boolean value that determines whether the specified certificate is accepted for authentication.

See Also