C# Class Goedel.Cryptography.CertificateStore

Interface to the platform certificate store. Calls dispatch methods that have been registered by a subclass.
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Protected Properties

Свойство Type Description
PlatformClean DelegateClean
PlatformGet DelegateGet
PlatformRegister DelegateRegister
PlatformRegisterTrustedRoot DelegateRegisterTrustedRoot
PlatformRegisterTrustedRootByte DelegateRegisterTrustedRootByte

Méthodes publiques

Méthode Description
Clean ( ) : void

Clean all certificate stores to remove test certificates

Get ( string Fingerprint ) : Certificate

Find the certificate with a specified fingerprint.

Register ( Goedel.Cryptography.PKIX Certificate ) : void

Register a certificate in the default Windows store and location for that type of certificate.

RegisterTrustedRoot ( Goedel.Cryptography.PKIX Certificate ) : void

Register a certificate in the default Windows store and location for that type of certificate.

RegisterTrustedRoot ( byte Data ) : void

Register a certificate in the default Windows store and location for that type of certificate.

Method Details

Clean() public static méthode

Clean all certificate stores to remove test certificates
public static Clean ( ) : void
Résultat void

Get() public static méthode

Find the certificate with a specified fingerprint.
public static Get ( string Fingerprint ) : Certificate
Fingerprint string
Résultat Goedel.Cryptography.PKIX.Certificate

Register() public static méthode

Register a certificate in the default Windows store and location for that type of certificate.
public static Register ( Goedel.Cryptography.PKIX Certificate ) : void
Certificate Goedel.Cryptography.PKIX Certificate to register.
Résultat void

RegisterTrustedRoot() public static méthode

Register a certificate in the default Windows store and location for that type of certificate.
public static RegisterTrustedRoot ( Goedel.Cryptography.PKIX Certificate ) : void
Certificate Goedel.Cryptography.PKIX Certificate to register.
Résultat void

RegisterTrustedRoot() public static méthode

Register a certificate in the default Windows store and location for that type of certificate.
public static RegisterTrustedRoot ( byte Data ) : void
Data byte Certificate to register.
Résultat void

Property Details

PlatformClean protected_oe static_oe property

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateClean PlatformClean
Résultat DelegateClean

PlatformGet protected_oe static_oe property

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateGet PlatformGet
Résultat DelegateGet

PlatformRegister protected_oe static_oe property

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateRegister PlatformRegister
Résultat DelegateRegister

PlatformRegisterTrustedRoot protected_oe static_oe property

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateRegisterTrustedRoot PlatformRegisterTrustedRoot
Résultat DelegateRegisterTrustedRoot

PlatformRegisterTrustedRootByte protected_oe static_oe property

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateRegisterTrustedRootByte PlatformRegisterTrustedRootByte
Résultat DelegateRegisterTrustedRootByte