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