12 references to ServiceModelSecurityTokenTypes
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (3)
131tokenRequirement.TokenType = ServiceModelSecurityTokenTypes.SspiCredential; 138sspiTokenRequirement.TokenType = ServiceModelSecurityTokenTypes.SspiCredential; 191digestTokenRequirement.TokenType = ServiceModelSecurityTokenTypes.SspiCredential;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (9)
83if (requirement.TokenType == ServiceModelSecurityTokenTypes.AnonymousSslnego || requirement.TokenType == ServiceModelSecurityTokenTypes.MutualSslnego 84|| requirement.TokenType == ServiceModelSecurityTokenTypes.SecureConversation || requirement.TokenType == ServiceModelSecurityTokenTypes.Spnego) 150else if (tokenType == ServiceModelSecurityTokenTypes.SspiCredential) 240else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation 241|| tokenType == ServiceModelSecurityTokenTypes.MutualSslnego 242|| tokenType == ServiceModelSecurityTokenTypes.AnonymousSslnego 243|| tokenType == ServiceModelSecurityTokenTypes.Spnego)