Base:
property
IsAuthenticated
System.Net.Security.AuthenticatedStream.IsAuthenticated
7 references to IsAuthenticated
System.Net.Security (7)
System\Net\Security\SslStream.cs (7)
469IsAuthenticated && 475public override bool IsEncrypted => IsAuthenticated; 477public override bool IsSigned => IsAuthenticated; 656public override bool CanRead => IsAuthenticated && InnerStream.CanRead; 660public override bool CanWrite => IsAuthenticated && InnerStream.CanWrite && !_shutdown; 919if (!IsAuthenticated) 942if (!IsAuthenticated)