3 writes to credentialsHandle
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
52
this.
credentialsHandle
= credentialsHandle;
335
this.
credentialsHandle
= SecurityUtils.GetCredentialsHandle(this.bootstrapSecurityBindingElement, this.issuerBindingContext);
359
this.
credentialsHandle
= null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
325
if (this.
credentialsHandle
== null)
353
if (this.
credentialsHandle
!= null)
357
this.
credentialsHandle
.Close();
518
newParameters.Add(new SspiIssuanceChannelParameter(true, this.
credentialsHandle
));