5 references to BearerKey
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (1)
59
if (WSTrustTokenParameters.KeyType == SecurityKeyType.
BearerKey
)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
135
case SecurityKeyType.
BearerKey
:
144
if (WSTrustTokenParameters.KeyType != SecurityKeyType.
BearerKey
&&
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\SecurityKeyType.cs (1)
24
|| value == SecurityKeyType.
BearerKey
);
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
544
if (issuedTokenParameters.KeyType == SecurityKeyType.
BearerKey
)