1 override of GetSecuritySpecifications
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (1)
198public override ReadOnlyCollection<string> GetSecuritySpecifications()
4 references to GetSecuritySpecifications
System.ServiceModel (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
677foreach (string securitySpecification in version.GetSecuritySpecifications())
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
356foreach ( string securitySpecification in version.GetSecuritySpecifications() ) 469if ( tokenVersion.GetSecuritySpecifications().Contains( WSSecurity11Constants.Namespace ) ) 473else if ( tokenVersion.GetSecuritySpecifications().Contains( WSSecurity10Constants.Namespace ) )