Click or drag to resize

SslStreamProviderStrictCertificateValidation Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static bool StrictCertificateValidation(
	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