Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IStorePal.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
System.Security.Cryptography.X509Certificates
;
4
5
namespace
Internal.Cryptography.Pal
;
6
7
internal
interface
IStorePal
:
IDisposable
8
{
9
SafeHandle
SafeHandle
{
get
; }
10
11
void
CloneTo
(
X509Certificate2Collection
collection
);
12
13
void
Add
(
ICertificatePal
cert);
14
15
void
Remove
(
ICertificatePal
cert);
16
}
System.Runtime.InteropServices.SafeHandle
Definition
SafeHandle.cs:7
System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Definition
X509Certificate2Collection.cs:13
Internal.Cryptography.ICertificatePal
Definition
ICertificatePal.cs:10
Internal.Cryptography.Pal.IStorePal.Remove
void Remove(ICertificatePal cert)
Internal.Cryptography.Pal.IStorePal.Add
void Add(ICertificatePal cert)
Internal.Cryptography.Pal.IStorePal.CloneTo
void CloneTo(X509Certificate2Collection collection)
Internal.Cryptography.Pal.IStorePal
Definition
IStorePal.cs:8
System.IDisposable
Definition
IDisposable.cs:4
Internal.Cryptography.Pal
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
System.ExceptionArgument.collection
@ collection
System
Definition
BlockingCollection.cs:8
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal
IStorePal.cs
Generated by
1.10.0