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

◆ ChainElements

X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509Chain.ChainElements
get

Definition at line 21 of file X509Chain.cs.

22 {
23 get
24 {
25 if (_chainElements == null)
26 {
27 _chainElements = new X509ChainElementCollection();
28 }
29 return _chainElements;
30 }
31 }

Referenced by System.Net.Security.SslStreamCertificateContext.Create().