1 instantiation of KerberosSecurityTokenProvider
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
140new 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)
265private KerberosSecurityTokenProvider _innerProvider; 267public KerberosSecurityTokenProviderWrapper(KerberosSecurityTokenProvider innerProvider)