4 references to IsClient
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (3)
160
if (sslAuthenticationOptions.
IsClient
)
345
if (sslAuthenticationOptions.
IsClient
)
409
if (sslAuthenticationOptions.
IsClient
)
System\Net\Security\SslStreamPal.Unix.cs (1)
193
Debug.Assert(sslAuthenticationOptions.
IsClient
);