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