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