14 references to ServiceModelSecurityTokenTypes
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
72sspiTokenRequirement.TokenType = ServiceModelSecurityTokenTypes.SspiCredential;
System.ServiceModel.Primitives (13)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
68sspiTokenRequirement.TokenType = ServiceModelSecurityTokenTypes.SspiCredential; 101digestTokenRequirement.TokenType = ServiceModelSecurityTokenTypes.SspiCredential;
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (10)
73if (requirement.TokenType == ServiceModelSecurityTokenTypes.AnonymousSslnego || requirement.TokenType == ServiceModelSecurityTokenTypes.MutualSslnego 74|| requirement.TokenType == ServiceModelSecurityTokenTypes.SecureConversation || requirement.TokenType == ServiceModelSecurityTokenTypes.Spnego) 140else if (tokenType == ServiceModelSecurityTokenTypes.SspiCredential) 156else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation) 312else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation 313|| tokenType == ServiceModelSecurityTokenTypes.MutualSslnego 314|| tokenType == ServiceModelSecurityTokenTypes.AnonymousSslnego 315|| tokenType == ServiceModelSecurityTokenTypes.Spnego)
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
147requirement.TokenType = ServiceModelSecurityTokenTypes.SecureConversation;