3 writes to credentialsHandle
System.ServiceModel (3)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (3)
32
this.
credentialsHandle
= credentialsHandle;
135
this.
credentialsHandle
= SecurityUtils.GetCredentialsHandle(this.BootstrapSecurityBindingElement, this.IssuerBindingContext);
160
this.
credentialsHandle
= null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (4)
129
if (this.
credentialsHandle
== null)
154
if (this.
credentialsHandle
!= null)
158
this.
credentialsHandle
.Close();
215
newParameters.Add(new SspiIssuanceChannelParameter(true, this.
credentialsHandle
));