Base:
property
IsAuthenticated
System.Net.Security.AuthenticatedStream.IsAuthenticated
7 references to IsAuthenticated
System.Net.Security (7)
System\Net\Security\SslStream.cs (7)
474IsAuthenticated && 480public override bool IsEncrypted => IsAuthenticated; 482public override bool IsSigned => IsAuthenticated; 661public override bool CanRead => IsAuthenticated && InnerStream.CanRead; 665public override bool CanWrite => IsAuthenticated && InnerStream.CanWrite && !_shutdown; 929if (!IsAuthenticated) 952if (!IsAuthenticated)