20 references to BearerKey
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityKeyType.cs (1)
23|| value == SecurityKeyType.BearerKey);
System.ServiceModel (19)
System\ServiceModel\Channels\SecurityBindingElement.cs (6)
1304if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) 1342if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.BearerKey) 1376if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) 1417if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.BearerKey) 1672if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) 1707if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.BearerKey)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (2)
586if (issuedParameters.KeyType == System.IdentityModel.Tokens.SecurityKeyType.BearerKey) 641return ((IssuedSecurityTokenParameters)tokenParameters).KeyType == SecurityKeyType.BearerKey;
System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
136if ((this.IssuedKeyType == SecurityKeyType.BearerKey) && 277if ((issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) &&
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
683if (this.keyType == SecurityKeyType.BearerKey) 801if (this.keyType == SecurityKeyType.BearerKey)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (5)
690if (!this.isKeySizePresentInRstProperties && this.keyType != SecurityKeyType.BearerKey) 839if ((this.keyType == SecurityKeyType.SymmetricKey) || (this.keyType == SecurityKeyType.BearerKey)) 990(this.keyType == SecurityKeyType.BearerKey)) 994serviceToken = rstr.GetIssuedToken(null, null, this.KeyEntropyMode, keyEntropy, null, authorizationPolicies, this.keySize, this.keyType == SecurityKeyType.BearerKey); 1089if (this.keyType == SecurityKeyType.BearerKey)
System\ServiceModel\Security\WSTrustDec2005.cs (2)
72if (keyType == SecurityKeyType.BearerKey) 93keyType = SecurityKeyType.BearerKey;