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