Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NotBefore

unsafe DateTime Internal.Cryptography.Pal.CertificatePal.NotBefore
get

Implements Internal.Cryptography.ICertificatePalCore.

Definition at line 115 of file CertificatePal.cs.

116 {
117 get
118 {
120 DateTime result = certContext->pCertInfo->NotBefore.ToDateTime();
121 GC.KeepAlive(this);
122 return result;
123 }
124 }
static void KeepAlive(object? obj)
Definition GC.cs:180
Definition GC.cs:8