Base:
property
IsAuthenticated
System.Net.Security.AuthenticatedStream.IsAuthenticated
8 references to IsAuthenticated
System.Net.Security (8)
System\Net\Security\SslStream.cs (8)
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) 930if (!IsAuthenticated) 941if (!IsAuthenticated)