Base:
property
IsAuthenticated
System.Net.Security.AuthenticatedStream.IsAuthenticated
7 references to IsAuthenticated
System.Net.Security (7)
System\Net\Security\SslStream.cs (7)
473IsAuthenticated && 479public override bool IsEncrypted => IsAuthenticated; 481public override bool IsSigned => IsAuthenticated; 660public override bool CanRead => IsAuthenticated && InnerStream.CanRead; 664public override bool CanWrite => IsAuthenticated && InnerStream.CanWrite && !_shutdown; 928if (!IsAuthenticated) 951if (!IsAuthenticated)