4 writes to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\TlsSspiNegotiation.cs (4)
590
this.
credentialsHandle
= SspiWrapper.AcquireCredentialsHandle(
600
this.
credentialsHandle
= SspiWrapper.AcquireCredentialsHandle(SecurityPackage, CredentialUse.Outbound, secureCredential);
606
this.
credentialsHandle
= SspiWrapper.AcquireCredentialsHandle(
630
this.
credentialsHandle
= null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\TlsSspiNegotiation.cs (4)
390
this.
credentialsHandle
,
403
this.
credentialsHandle
,
627
if (this.
credentialsHandle
!= null)
629
this.
credentialsHandle
.Close();