C# Class Disco.ClientBootstrapper.Interop.CertificateInterop

Mostrar archivo Open project: garysharp/Disco

Public Methods

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

Method Details

Add() public static method

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

AddTempCerts() public static method

public static AddTempCerts ( ) : void
return void

Remove() public static method

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

Remove() public static method

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

RemoveTempCerts() public static method

public static RemoveTempCerts ( ) : void
return void

ShortSubjectName() public static method

public static ShortSubjectName ( this Certificate ) : string
Certificate this
return string