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