Table of Contents

Class CertificateCredential

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Credential for certificate-based authentication.

public sealed class CertificateCredential : Credential
Inheritance
CertificateCredential
Inherited Members

Constructors

CertificateCredential(string, PrivateKeyCredential)

Creates a credential for certificate-based authentication.

public CertificateCredential(string path, PrivateKeyCredential privateKey)

Parameters

path string

Path to the certificate file.

privateKey PrivateKeyCredential

PrivateKeyCredential matching the certificate.