Click or drag to resize

SslStreamProviderLocalCertificatePicker Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Selects the local Secure Sockets Layer (SSL) certificate used for authentication.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static X509Certificate LocalCertificatePicker(
	Object sender,
	string targetHost,
	X509CertificateCollection localCertificates,
	X509Certificate remoteCertificate,
	string[] acceptableIssuers
)

Parameters

sender
Type: SystemObject
An object that contains state information for this validation.
targetHost
Type: SystemString
The host server specified by the client.
localCertificates
Type: System.Security.Cryptography.X509CertificatesX509CertificateCollection
An X509CertificateCollection containing local certificates.
remoteCertificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate
The certificate used to authenticate the remote party.
acceptableIssuers
Type: SystemString
A String array of certificate issuers acceptable to the remote party.

Return Value

Type: X509Certificate
An X509Certificate used for establishing an SSL connection.
See Also