2 writes to credentialsHandle
System.ServiceModel (2)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
550this.credentialsHandle = SecurityUtils.GetCredentialsHandle("Kerberos", null, true); 571this.credentialsHandle = null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (4)
548if (this.credentialsHandle == null) 568if (this.credentialsHandle != null) 570this.credentialsHandle.Close(); 583kerberosToken.Initialize(this.credentialsHandle, channelBinding, protectionPolicy);