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