Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.1.0)
E69639-01
Selects the local Secure Sockets Layer (SSL) certificate used for authentication.

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

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