Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SubjectKeyIdentifier
string
? System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.SubjectKeyIdentifier
get
Definition at line
12
of file
X509SubjectKeyIdentifierExtension.cs
.
13
{
14
get
15
{
16
if
(!
_decoded
)
17
{
18
X509Pal
.
Instance
.DecodeX509SubjectKeyIdentifierExtension(base.RawData, out var subjectKeyIdentifier);
19
_subjectKeyIdentifier
= subjectKeyIdentifier.ToHexStringUpper();
20
_decoded
=
true
;
21
}
22
return
_subjectKeyIdentifier
;
23
}
24
}
Internal.Cryptography.Pal.X509Pal.Instance
static IX509Pal Instance
Definition
X509Pal.cs:14
Internal.Cryptography.Pal.X509Pal
Definition
X509Pal.cs:13
System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension._subjectKeyIdentifier
string _subjectKeyIdentifier
Definition
X509SubjectKeyIdentifierExtension.cs:8
System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension._decoded
bool _decoded
Definition
X509SubjectKeyIdentifierExtension.cs:10
System
Security
Cryptography
X509Certificates
X509SubjectKeyIdentifierExtension
Generated by
1.10.0