Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StatusInformation
string
System.Security.Cryptography.X509Certificates.X509ChainStatus.StatusInformation
get
set
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
{
24
_statusInformation
=
value
;
25
}
26
}
System.ExceptionArgument.value
@ value
System.Security.Cryptography.X509Certificates.X509ChainStatus._statusInformation
string _statusInformation
Definition
X509ChainStatus.cs:7
System
Security
Cryptography
X509Certificates
X509ChainStatus
Generated by
1.10.0