8 references to SecureConversation
System.ServiceModel (8)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
357|| requirement.TokenType == ServiceModelSecurityTokenTypes.SecureConversation || requirement.TokenType == ServiceModelSecurityTokenTypes.Spnego) 620else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation) 751else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
214else if ( StringComparer.Ordinal.Equals( tokenType, ServiceModelSecurityTokenTypes.SecureConversation ) ) 231if ( tokenType == ServiceModelSecurityTokenTypes.SecureConversation
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
387else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation) 516else if (tokenType == ServiceModelSecurityTokenTypes.SecureConversation)
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
198requirement.TokenType = ServiceModelSecurityTokenTypes.SecureConversation;