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