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

Selects the local 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 X509Certificate LocalCertificatePicker(
	Object sender,
	string targetHost,
	X509CertificateCollection localCertificates,
	X509Certificate remoteCertificate,
	string[] acceptableIssuers
)

Parameters

sender
Type: System..::.Object
An object that contains state information for this validation.
targetHost
Type: System..::.String
The host server specified by the client.
localCertificates
Type: System.Security.Cryptography.X509Certificates..::.X509CertificateCollection
An X509CertificateCollection containing local certificates.
remoteCertificate
Type: System.Security.Cryptography.X509Certificates..::.X509Certificate
The certificate used to authenticate the remote party.
acceptableIssuers
Type: array< System..::.String >[]()[]
A String array of certificate issuers acceptable to the remote party.

Return Value

An X509Certificate used for establishing an SSL connection.

See Also