2 writes to credentialsHandle
System.ServiceModel (2)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (2)
91this.credentialsHandle = SecurityUtils.GetCredentialsHandle("Negotiate", this.serverCredential, true); 112this.credentialsHandle = null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (4)
89if (this.credentialsHandle == null) 109if (this.credentialsHandle != null) 111this.credentialsHandle.Close(); 118ISspiNegotiation windowsNegotiation = new WindowsSspiNegotiation("Negotiate", this.credentialsHandle, DefaultServiceBinding);