2 types derived from AuthenticatedStream
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (1)
24
public partial class NegotiateStream :
AuthenticatedStream
System\Net\Security\SslStream.cs (1)
42
public partial class SslStream :
AuthenticatedStream
2 references to AuthenticatedStream
netstandard (1)
netstandard.cs (1)
1239
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.
AuthenticatedStream
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
731
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.
AuthenticatedStream
))]