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