Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IChainPal.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Security.Cryptography.X509Certificates
;
3
using
Microsoft.Win32.SafeHandles
;
4
5
namespace
Internal.Cryptography.Pal
;
6
7
internal
interface
IChainPal
:
IDisposable
8
{
9
X509ChainElement
[]
ChainElements
{
get
; }
10
11
X509ChainStatus
[]
ChainStatus
{
get
; }
12
13
SafeX509ChainHandle
SafeHandle
{
get
; }
14
15
bool
?
Verify
(
X509VerificationFlags
flags, out
Exception
exception
);
16
}
Microsoft.Win32.SafeHandles.SafeX509ChainHandle
Definition
SafeX509ChainHandle.cs:6
SafeHandle
System.Exception
Definition
Exception.cs:15
System.Security.Cryptography.X509Certificates.X509ChainElement
Definition
X509ChainElement.cs:4
Internal.Cryptography.Pal.IChainPal.Verify
bool? Verify(X509VerificationFlags flags, out Exception exception)
Internal.Cryptography.Pal.IChainPal.ChainStatus
X509ChainStatus[] ChainStatus
Definition
IChainPal.cs:11
Internal.Cryptography.Pal.IChainPal.ChainElements
X509ChainElement[] ChainElements
Definition
IChainPal.cs:9
Internal.Cryptography.Pal.IChainPal
Definition
IChainPal.cs:8
System.IDisposable
Definition
IDisposable.cs:4
Internal.Cryptography.Pal
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
System.Security.Cryptography.X509Certificates.X509VerificationFlags
X509VerificationFlags
Definition
X509VerificationFlags.cs:5
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
System.ExceptionArgument.exception
@ exception
System
Definition
BlockingCollection.cs:8
System.Security.Cryptography.X509Certificates.X509ChainStatus
Definition
X509ChainStatus.cs:6
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal
IChainPal.cs
Generated by
1.10.0