3 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
&&