C# 클래스 Goedel.Cryptography.CertificateStore

Interface to the platform certificate store. Calls dispatch methods that have been registered by a subclass.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

보호된 프로퍼티들

프로퍼티 타입 설명
PlatformClean DelegateClean
PlatformGet DelegateGet
PlatformRegister DelegateRegister
PlatformRegisterTrustedRoot DelegateRegisterTrustedRoot
PlatformRegisterTrustedRootByte DelegateRegisterTrustedRootByte

공개 메소드들

메소드 설명
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.

메소드 상세

Clean() 공개 정적인 메소드

Clean all certificate stores to remove test certificates
public static Clean ( ) : void
리턴 void

Get() 공개 정적인 메소드

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

Register() 공개 정적인 메소드

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.
리턴 void

RegisterTrustedRoot() 공개 정적인 메소드

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.
리턴 void

RegisterTrustedRoot() 공개 정적인 메소드

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.
리턴 void

프로퍼티 상세

PlatformClean 보호되어 있는 정적으로 프로퍼티

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateClean PlatformClean
리턴 DelegateClean

PlatformGet 보호되어 있는 정적으로 프로퍼티

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateGet PlatformGet
리턴 DelegateGet

PlatformRegister 보호되어 있는 정적으로 프로퍼티

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateRegister PlatformRegister
리턴 DelegateRegister

PlatformRegisterTrustedRoot 보호되어 있는 정적으로 프로퍼티

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateRegisterTrustedRoot PlatformRegisterTrustedRoot
리턴 DelegateRegisterTrustedRoot

PlatformRegisterTrustedRootByte 보호되어 있는 정적으로 프로퍼티

The delegate for Register(GCP.Certificate Certificate)
protected static DelegateRegisterTrustedRootByte PlatformRegisterTrustedRootByte
리턴 DelegateRegisterTrustedRootByte