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

◆ StatusInformation

string System.Security.Cryptography.X509Certificates.X509ChainStatus.StatusInformation
getset

Definition at line 11 of file X509ChainStatus.cs.

12 {
13 get
14 {
15 if (_statusInformation == null)
16 {
17 return string.Empty;
18 }
19 return _statusInformation;
20 }
21 [param: AllowNull]
22 set
23 {
25 }
26 }