Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ILoaderPal.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Security.Cryptography.X509Certificates
;
3
4
namespace
Internal.Cryptography.Pal
;
5
6
internal
interface
ILoaderPal
:
IDisposable
7
{
8
void
MoveTo
(
X509Certificate2Collection
collection
);
9
}
System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Definition
X509Certificate2Collection.cs:13
Internal.Cryptography.Pal.ILoaderPal.MoveTo
void MoveTo(X509Certificate2Collection collection)
Internal.Cryptography.Pal.ILoaderPal
Definition
ILoaderPal.cs:7
System.IDisposable
Definition
IDisposable.cs:4
Internal.Cryptography.Pal
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
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
ILoaderPal.cs
Generated by
1.10.0