C# 클래스 Disco.ClientBootstrapper.Interop.CertificateInterop

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
Add ( StoreName StoreName, StoreLocation StoreLocation, X509Certificate2 Certificate ) : bool
AddTempCerts ( ) : void
Remove ( StoreName StoreName, StoreLocation StoreLocation, List RegexMatches, string SerialException ) : bool
Remove ( StoreName StoreName, StoreLocation StoreLocation, List CertificateSerials ) : bool
RemoveTempCerts ( ) : void
ShortSubjectName ( this Certificate ) : string

메소드 상세

Add() 공개 정적인 메소드

public static Add ( StoreName StoreName, StoreLocation StoreLocation, X509Certificate2 Certificate ) : bool
StoreName StoreName
StoreLocation StoreLocation
Certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 bool

AddTempCerts() 공개 정적인 메소드

public static AddTempCerts ( ) : void
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( StoreName StoreName, StoreLocation StoreLocation, List RegexMatches, string SerialException ) : bool
StoreName StoreName
StoreLocation StoreLocation
RegexMatches List
SerialException string
리턴 bool

Remove() 공개 정적인 메소드

public static Remove ( StoreName StoreName, StoreLocation StoreLocation, List CertificateSerials ) : bool
StoreName StoreName
StoreLocation StoreLocation
CertificateSerials List
리턴 bool

RemoveTempCerts() 공개 정적인 메소드

public static RemoveTempCerts ( ) : void
리턴 void

ShortSubjectName() 공개 정적인 메소드

public static ShortSubjectName ( this Certificate ) : string
Certificate this
리턴 string