2 writes to credentialsHandle
System.ServiceModel (2)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
550
this.
credentialsHandle
= SecurityUtils.GetCredentialsHandle("Kerberos", null, true);
571
this.
credentialsHandle
= null;
4 references to credentialsHandle
System.ServiceModel (4)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (4)
548
if (this.
credentialsHandle
== null)
568
if (this.
credentialsHandle
!= null)
570
this.
credentialsHandle
.Close();
583
kerberosToken.Initialize(this.
credentialsHandle
, channelBinding, protectionPolicy);