Base:
property
IsAuthenticated
System.Net.Security.AuthenticatedStream.IsAuthenticated
8 references to IsAuthenticated
System.Net.Security (8)
System\Net\Security\SslStream.cs (8)
467IsAuthenticated && 473public override bool IsEncrypted => IsAuthenticated; 475public override bool IsSigned => IsAuthenticated; 648public override bool CanRead => IsAuthenticated && InnerStream.CanRead; 652public override bool CanWrite => IsAuthenticated && InnerStream.CanWrite && !_shutdown; 911if (!IsAuthenticated) 922if (!IsAuthenticated) 933if (!IsAuthenticated)