SimpleCertificateCheckerValidateRemoteCertificate(Object, X509Certificate, X509Chain, SslPolicyErrors) Method

Verifies the remote certificate used for authentication.

Definition

Namespace: Gemstone.Net.Security
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public bool ValidateRemoteCertificate(
	Object? sender,
	X509Certificate remoteCertificate,
	X509Chain chain,
	SslPolicyErrors errors
)

Parameters

sender  Object
An object that contains state information for this validation.
remoteCertificate  X509Certificate
The certificate used to authenticate the remote party.
chain  X509Chain
The chain of certificate authorities associated with the remote certificate.
errors  SslPolicyErrors
One or more errors associated with the remote certificate.

Return Value

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

Implements

ICertificateCheckerValidateRemoteCertificate(Object, X509Certificate, X509Chain, SslPolicyErrors)

See Also