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