Table of Contents

Class ClientCertificate

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll
public class ClientCertificate
Inheritance
ClientCertificate
Inherited Members

Constructors

ClientCertificate()

public ClientCertificate()

Methods

LoadWithPrivateKey(string, string, string)

public static X509Certificate2 LoadWithPrivateKey(string publicCertificatePath, string privateKeyPath, string password)

Parameters

publicCertificatePath string
privateKeyPath string
password string

Returns

X509Certificate2