4 references to AllowedReferenceStyle
System.ServiceModel (4)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (4)
157
if (matchOnlyExternal && tokens[i].
AllowedReferenceStyle
!= SecurityTokenReferenceStyle.External)
163
if (tokens[i].TokenParameters != null && tokens[i].TokenParameters.MatchesKeyIdentifierClause(token, keyIdentifierClause, tokens[i].
AllowedReferenceStyle
))
171
if (tokens[i].
AllowedReferenceStyle
== SecurityTokenReferenceStyle.Internal && MatchDirectReference(token, keyIdentifierClause))
257
i, this.tokens[i].
AllowedReferenceStyle
, this.tokens[i].Token.GetType(), tokens[i].TokenParameters);