2 references to SslState
System (2)
net\System\Net\SecureProtocols\_SslState.cs (1)
108
internal SslState(Stream innerStream, bool isHTTP, EncryptionPolicy encryptionPolicy):
this
(innerStream, null, null, encryptionPolicy)
net\System\Net\SecureProtocols\SslStream.cs (1)
99
_SslState = new
SslState
(innerStream, _userCertValidationCallbackWrapper, _userCertSelectionCallbackWrapper, encryptionPolicy);