4 writes to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\TlsSspiNegotiation.cs (4)
590this.credentialsHandle = SspiWrapper.AcquireCredentialsHandle( 600this.credentialsHandle = SspiWrapper.AcquireCredentialsHandle(SecurityPackage, CredentialUse.Outbound, secureCredential); 606this.credentialsHandle = SspiWrapper.AcquireCredentialsHandle( 630this.credentialsHandle = null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\TlsSspiNegotiation.cs (4)
390this.credentialsHandle, 403this.credentialsHandle, 627if (this.credentialsHandle != null) 629this.credentialsHandle.Close();