C# Class Advtools.AdvInterceptor.CertificatesManager

Show file Open project: ADVTOOLS/ADVinterceptor Class Usage Examples

Public Methods

Method Description
CertificatesManager ( State state ) : System

Private Methods

Method Description
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

Method Details

CertificatesManager() public method

public CertificatesManager ( State state ) : System
state State
return System