13 references to BearerKey
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyType.cs (1)
23|| value == SecurityKeyType.BearerKey);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (6)
886if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) 924if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.BearerKey) 958if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) 999if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.BearerKey) 1254if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) 1289if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.BearerKey)
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
139if ((this.IssuedKeyType == SecurityKeyType.BearerKey) && 280if ((issuedTokenParameters.KeyType == SecurityKeyType.BearerKey) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
386if (this._keyType == SecurityKeyType.BearerKey) 504if (this._keyType == SecurityKeyType.BearerKey)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (2)
71if (keyType == SecurityKeyType.BearerKey) 92keyType = SecurityKeyType.BearerKey;