C# 클래스 Internal.Cryptography.Pal.ChainPal

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
BuildChain ( bool useMachineContext, ICertificatePal cert, X509Certificate2Collection extraStore, OidCollection applicationPolicy, OidCollection certificatePolicy, X509RevocationMode revocationMode, X509RevocationFlag revocationFlag, System.DateTime verificationTime, System.TimeSpan timeout ) : IChainPal
Dispose ( ) : void
FromHandle ( IntPtr chainContext ) : IChainPal
ReleaseSafeX509ChainHandle ( IntPtr handle ) : bool
Verify ( X509VerificationFlags flags, Exception &exception ) : bool?

Does not throw on api error. Returns default(bool?) and sets "exception" instead.

비공개 메소드들

메소드 설명
SaveIntermediateCertificates ( X509ChainElement chainElements, HashSet downloaded ) : void

메소드 상세

BuildChain() 공개 정적인 메소드

public static BuildChain ( bool useMachineContext, ICertificatePal cert, X509Certificate2Collection extraStore, OidCollection applicationPolicy, OidCollection certificatePolicy, X509RevocationMode revocationMode, X509RevocationFlag revocationFlag, System.DateTime verificationTime, System.TimeSpan timeout ) : IChainPal
useMachineContext bool
cert ICertificatePal
extraStore System.Security.Cryptography.X509Certificates.X509Certificate2Collection
applicationPolicy System.Security.Cryptography.OidCollection
certificatePolicy System.Security.Cryptography.OidCollection
revocationMode X509RevocationMode
revocationFlag X509RevocationFlag
verificationTime System.DateTime
timeout System.TimeSpan
리턴 IChainPal

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FromHandle() 공개 정적인 메소드

public static FromHandle ( IntPtr chainContext ) : IChainPal
chainContext System.IntPtr
리턴 IChainPal

ReleaseSafeX509ChainHandle() 공개 정적인 메소드

public static ReleaseSafeX509ChainHandle ( IntPtr handle ) : bool
handle System.IntPtr
리턴 bool

Verify() 공개 메소드

Does not throw on api error. Returns default(bool?) and sets "exception" instead.
public Verify ( X509VerificationFlags flags, Exception &exception ) : bool?
flags X509VerificationFlags
exception System.Exception
리턴 bool?