4 references to Inbound
System (4)
net\System\Net\_NTAuthentication.cs (3)
504
(m_IsServer? CredentialUse.
Inbound
: CredentialUse.Outbound));
525
package, (m_IsServer ? CredentialUse.
Inbound
: CredentialUse.Outbound), ref authData);
561
(m_IsServer? CredentialUse.
Inbound
: CredentialUse.Outbound),
net\System\Net\_SecureChannel.cs (1)
852
m_CredentialsHandle = AcquireCredentialsHandle(CredentialUse.
Inbound
, ref secureCredential);