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