C# Class KonfDB.Infrastructure.Extensions.CertificateExtensions

Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
BindCertificateToPort ( this certificate, string port ) : void
GetX509Certificate ( this certificate ) : X509Certificate2

Method Details

BindCertificateToPort() public static méthode

public static BindCertificateToPort ( this certificate, string port ) : void
certificate this
port string
Résultat void

GetX509Certificate() public static méthode

public static GetX509Certificate ( this certificate ) : X509Certificate2
certificate this
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2