C# Класс Advtools.AdvInterceptor.CertificatesManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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