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)
886
if (issuedTokenParameters.KeyType == SecurityKeyType.
BearerKey
)
924
if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.
BearerKey
)
958
if (issuedTokenParameters.KeyType == SecurityKeyType.
BearerKey
)
999
if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.
BearerKey
)
1254
if (issuedTokenParameters.KeyType == SecurityKeyType.
BearerKey
)
1289
if (issuedTokenParameters != null && issuedTokenParameters.KeyType != SecurityKeyType.
BearerKey
)
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
139
if ((this.IssuedKeyType == SecurityKeyType.
BearerKey
) &&
280
if ((issuedTokenParameters.KeyType == SecurityKeyType.
BearerKey
) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
386
if (this._keyType == SecurityKeyType.
BearerKey
)
504
if (this._keyType == SecurityKeyType.
BearerKey
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (2)
71
if (keyType == SecurityKeyType.
BearerKey
)
92
keyType = SecurityKeyType.
BearerKey
;