Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication.

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

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