C# 클래스 Advtools.AdvInterceptor.CertificatesManager

파일 보기 프로젝트 열기: ADVTOOLS/ADVinterceptor 1 사용 예제들

공개 메소드들

메소드 설명
CertificatesManager ( State state ) : System

비공개 메소드들

메소드 설명
BuildPkcs12 ( byte raw, RSA key ) : PKCS12
CreateCertificate ( string name, List extensions, System.Security.Cryptography.X509Certificates issuerCertificate, string issuer, System.Security.Cryptography.X509Certificates storeName, int validity ) : X509Certificate2
GenerateSerial ( ) : byte[]
GetCertificate ( string name ) : X509Certificate2
GetRootCertificate ( ) : X509Certificate2
LoadCertificate ( string name, System.Security.Cryptography.X509Certificates storeName, System.Security.Cryptography.X509Certificates location ) : X509Certificate2
StoreCertificate ( string name, byte raw, RSA key, System.Security.Cryptography.X509Certificates storeName, System.Security.Cryptography.X509Certificates location ) : void

메소드 상세

CertificatesManager() 공개 메소드

public CertificatesManager ( State state ) : System
state State
리턴 System