C# 클래스 amp.bus.security.FileBasedCertProvider

Provides client certificates loaded from .pfx or similar files.
상속: ICertificateProvider
파일 보기 프로젝트 열기: Berico-Technologies/AMP

공개 메소드들

메소드 설명
FileBasedCertProvider ( string clientCertFilename, string clientCertPassword ) : System
GetCertificate ( ) : X509Certificate2
GetCertificateFor ( string distinguishedName ) : X509Certificate2

비공개 메소드들

메소드 설명
LoadCertificate ( string clientCertFilename, string clientCertPassword ) : X509Certificate2

메소드 상세

FileBasedCertProvider() 공개 메소드

public FileBasedCertProvider ( string clientCertFilename, string clientCertPassword ) : System
clientCertFilename string
clientCertPassword string
리턴 System

GetCertificate() 공개 메소드

public GetCertificate ( ) : X509Certificate2
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2

GetCertificateFor() 공개 메소드

public GetCertificateFor ( string distinguishedName ) : X509Certificate2
distinguishedName string
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2