4 references to SecurityContextTokenUri
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (2)
177if (requestSecurityToken.TokenType != null && requestSecurityToken.TokenType != this.SecurityContextTokenUri) 243rstr.TokenType = this.SecurityContextTokenUri;
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
293dummyRstr.TokenType = this.SecurityContextTokenUri; 329negotiationRstr.TokenType = this.SecurityContextTokenUri;