1 instantiation of KerberosSecurityTokenProvider
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
140
new
KerberosSecurityTokenProvider
(spn, _parent.Windows.AllowedImpersonationLevel, SecurityUtils.GetNetworkCredentialOrDefault(_parent.Windows.ClientCredential)));
2 references to KerberosSecurityTokenProvider
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
265
private
KerberosSecurityTokenProvider
_innerProvider;
267
public KerberosSecurityTokenProviderWrapper(
KerberosSecurityTokenProvider
innerProvider)