Base:
property
IsAuthenticated
System.Net.Security.AuthenticatedStream.IsAuthenticated
2 references to IsAuthenticated
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
261public override bool CanRead => IsAuthenticated && InnerStream.CanRead; 265public override bool CanWrite => IsAuthenticated && InnerStream.CanWrite;