5 writes to KeyType
Binding.WS.FederationHttp.IntegrationTests (1)
WSFederationHttpBindingTests.cs (1)
48
KeyType
= securityKeyType,
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WsTrustTokenParameters.cs (3)
57
KeyType
= DefaultSecurityKeyType;
187
KeyType
= SecurityKeyType.SymmetricKey,
202
KeyType
= SecurityKeyType.SymmetricKey,
System.ServiceModel.Federation.Tests (1)
WSTrustChannelSecurityTokenProviderTest.cs (1)
40
KeyType
= SecurityKeyType.SymmetricKey,
9 references to KeyType
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (1)
59
if (WSTrustTokenParameters.
KeyType
== SecurityKeyType.BearerKey)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
127
switch (WSTrustTokenParameters.
KeyType
)
142
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new NotSupportedException(LogHelper.FormatInvariant("KeyType is not supported: {0}", WSTrustTokenParameters.
KeyType
)), EventLevel.Error);
146
if (WSTrustTokenParameters.
KeyType
!= SecurityKeyType.BearerKey &&
System\ServiceModel\Federation\WsTrustTokenParameters.cs (2)
40
/// Default value used for <see cref="IssuedSecurityTokenParameters.
KeyType
"/> when constructing a WSTrustTokenParameters instance.
52
/// <para>Sets: <see cref="IssuedSecurityTokenParameters.
KeyType
"/> == <see cref="SecurityKeyType.SymmetricKey"/>.</para>
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
544
if (issuedTokenParameters.
KeyType
== SecurityKeyType.BearerKey)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
81
internal protected override bool HasAsymmetricKey { get { return
KeyType
== SecurityKeyType.AsymmetricKey; } }
196
requirement.KeyType =
KeyType
;