2 references to SslState
System (2)
net\System\Net\SecureProtocols\_SslState.cs (1)
108internal 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);