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