3 writes to credentialsHandle
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
516
this.
credentialsHandle
= credentialsHandle;
707
this.
credentialsHandle
= SecurityUtils.GetCredentialsHandle(this.IssuerBinding, this.IssuerChannelBehaviors);
745
this.
credentialsHandle
= null;
5 references to credentialsHandle
System.ServiceModel (5)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (5)
701
if (this.
credentialsHandle
== null)
739
if (this.
credentialsHandle
!= null)
743
this.
credentialsHandle
.Close();
798
newParameters.Add(new SspiIssuanceChannelParameter(true, this.
credentialsHandle
));
801
ReplaceSspiIssuanceChannelParameter(result.GetProperty<ChannelParameterCollection>(), new SspiIssuanceChannelParameter(true, this.
credentialsHandle
));