1 type derived from ServiceCredentialsSecurityTokenManager
System.ServiceModel (1)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
30sealed class FederatedSecurityTokenManager : ServiceCredentialsSecurityTokenManager
1 instantiation of ServiceCredentialsSecurityTokenManager
System.ServiceModel (1)
System\ServiceModel\Description\ServiceCredentials.cs (1)
191return new ServiceCredentialsSecurityTokenManager(this.Clone());
2 references to ServiceCredentialsSecurityTokenManager
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1761ServiceCredentialsSecurityTokenManager.KerberosSecurityTokenAuthenticatorWrapper kerbTokenAuthenticator = 1762tokenAuthenticator as ServiceCredentialsSecurityTokenManager.KerberosSecurityTokenAuthenticatorWrapper;