3 writes to credentialsHandle
System.ServiceModel (3)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
816this.credentialsHandle = credentialsHandle; 824this.credentialsHandle = SecurityUtils.GetCredentialsHandle("Kerberos", this.innerProvider.NetworkCredential, false); 849this.credentialsHandle = null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (4)
822if (this.credentialsHandle == null) 843if (this.credentialsHandle != null) 847this.credentialsHandle.Close(); 857SecurityUniqueId.Create().Value, this.credentialsHandle, channelbinding);