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