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