C# Класс Disco.ClientBootstrapper.Interop.CertificateInterop

Показать файл Открыть проект

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

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