Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IExportPal.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
IExportPal
:
IDisposable
8
{
9
byte
[]
Export
(
X509ContentType
contentType,
SafePasswordHandle
password);
10
}
Microsoft.Win32.SafeHandles.SafePasswordHandle
Definition
SafePasswordHandle.cs:9
Internal.Cryptography.Pal.IExportPal.Export
byte[] Export(X509ContentType contentType, SafePasswordHandle password)
Internal.Cryptography.Pal.IExportPal
Definition
IExportPal.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.X509ContentType
X509ContentType
Definition
X509ContentType.cs:4
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
System
Definition
BlockingCollection.cs:8
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal
IExportPal.cs
Generated by
1.10.0