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