8 writes to m_CredentialsHandle
System (8)
net\System\Net\_SecureChannel.cs (8)
739m_CredentialsHandle = cachedCredentialHandle;
769m_CredentialsHandle = AcquireCredentialsHandle(CredentialUse.Outbound, ref secureCredential);
838m_CredentialsHandle = cachedCredentialHandle;
852m_CredentialsHandle = AcquireCredentialsHandle(CredentialUse.Inbound, ref secureCredential);
979ref m_CredentialsHandle,
995ref m_CredentialsHandle,
1357var status = (SecurityStatus)SSPIWrapper.ApplyAlertToken(GlobalSSPI.SSPISecureChannel, ref m_CredentialsHandle, m_SecurityContext, TlsAlertType.Fatal, alertMessage);
1373var status = (SecurityStatus)SSPIWrapper.ApplyShutdownToken(GlobalSSPI.SSPISecureChannel, ref m_CredentialsHandle, m_SecurityContext);
12 references to m_CredentialsHandle
System (12)