Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IssuerName
unsafe
X500DistinguishedName
Internal.Cryptography.Pal.CertificatePal.IssuerName
get
Implements
Internal.Cryptography.ICertificatePal
.
Definition at line
217
of file
CertificatePal.cs
.
218
{
219
get
220
{
221
byte
[]
encodedDistinguishedName
=
_certContext
.
CertContext
->
pCertInfo
->
Issuer
.
ToByteArray
();
222
X500DistinguishedName
result =
new
X500DistinguishedName
(
encodedDistinguishedName
);
223
GC
.
KeepAlive
(
this
);
224
return
result;
225
}
226
}
Internal.Cryptography.Pal.CertificatePal._certContext
SafeCertContextHandle _certContext
Definition
CertificatePal.cs:15
Internal.Cryptography.Pal.Native.SafeCertContextHandle.CertContext
unsafe CERT_CONTEXT * CertContext
Definition
SafeCertContextHandle.cs:9
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.GC.KeepAlive
static void KeepAlive(object? obj)
Definition
GC.cs:180
System.GC
Definition
GC.cs:8
System.Security.Cryptography.X509Certificates.X500DistinguishedName
Definition
X500DistinguishedName.cs:6
Internal.Cryptography.Pal.Native.CERT_CONTEXT.pCertInfo
unsafe CERT_INFO * pCertInfo
Definition
CERT_CONTEXT.cs:13
Internal.Cryptography.Pal.Native.CERT_INFO.Issuer
CRYPTOAPI_BLOB Issuer
Definition
CERT_INFO.cs:11
Internal.Cryptography.Pal.Native.CRYPTOAPI_BLOB.ToByteArray
unsafe byte[] ToByteArray()
Definition
CRYPTOAPI_BLOB.cs:18
Internal
Cryptography
Pal
CertificatePal
Generated by
1.10.0