4 writes to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\SpnegoTokenProvider.cs (4)
42this.credentialsHandle = credentialsHandle; 165this.credentialsHandle = SecurityUtils.GetCredentialsHandle(packageName, credential, false, "!NTLM"); 169this.credentialsHandle = SecurityUtils.GetCredentialsHandle(packageName, credential, false); 196this.credentialsHandle = null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\SpnegoTokenProvider.cs (4)
144if (this.credentialsHandle == null) 190if (this.credentialsHandle != null) 194this.credentialsHandle.Close(); 260WindowsSspiNegotiation sspiNegotiation = new WindowsSspiNegotiation(packageName, this.credentialsHandle,