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

◆ NotAfter

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

Implements Internal.Cryptography.ICertificatePalCore.

Definition at line 104 of file CertificatePal.cs.

105 {
106 get
107 {
109 DateTime result = certContext->pCertInfo->NotAfter.ToDateTime();
110 GC.KeepAlive(this);
111 return result;
112 }
113 }
static void KeepAlive(object? obj)
Definition GC.cs:180
Definition GC.cs:8