Méthode | Description | |
---|---|---|
BuildChain ( bool useMachineContext, ICertificatePal cert, |
||
Dispose ( ) : void | ||
FromHandle ( |
||
ReleaseSafeX509ChainHandle ( |
||
Verify ( X509VerificationFlags flags, |
Does not throw on api error. Returns default(bool?) and sets "exception" instead.
|
Méthode | Description | |
---|---|---|
SaveIntermediateCertificates ( |
public static BuildChain ( bool useMachineContext, ICertificatePal cert, |
||
useMachineContext | bool | |
cert | ICertificatePal | |
extraStore | ||
applicationPolicy | ||
certificatePolicy | ||
revocationMode | X509RevocationMode | |
revocationFlag | X509RevocationFlag | |
verificationTime | System.DateTime | |
timeout | System.TimeSpan | |
Résultat | IChainPal |
public static FromHandle ( |
||
chainContext | ||
Résultat | IChainPal |
public static ReleaseSafeX509ChainHandle ( |
||
handle | ||
Résultat | bool |
public Verify ( X509VerificationFlags flags, |
||
flags | X509VerificationFlags | |
exception | ||
Résultat | bool? |