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