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

◆ SecureChannel()

System.Net.Security.SecureChannel.SecureChannel ( SslAuthenticationOptions sslAuthenticationOptions,
SslStream sslStream )
inlinepackage

Definition at line 84 of file SecureChannel.cs.

85 {
86 if (System.Net.NetEventSource.Log.IsEnabled())
87 {
88 System.Net.NetEventSource.Log.SecureChannelCtor(this, sslStream, sslAuthenticationOptions.TargetHost, sslAuthenticationOptions.ClientCertificates, sslAuthenticationOptions.EncryptionPolicy);
89 }
90 SslStreamPal.VerifyPackageInfo();
91 _securityContext = null;
95 }
static readonly System.Net.NetEventSource Log
SafeDeleteSslContext _securityContext
readonly SslAuthenticationOptions _sslAuthenticationOptions

References System.Net.Security.SecureChannel._refreshCredentialNeeded, System.Net.Security.SecureChannel._securityContext, System.Net.Security.SecureChannel._ssl, System.Net.Security.SecureChannel._sslAuthenticationOptions, System.Net.NetEventSource.Log, and System.Net.Security.SslStreamPal.VerifyPackageInfo().