5 writes to KeyType
Binding.WS.FederationHttp.IntegrationTests (1)
WSFederationHttpBindingTests.cs (1)
48KeyType = securityKeyType,
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WsTrustTokenParameters.cs (3)
57KeyType = DefaultSecurityKeyType; 187KeyType = SecurityKeyType.SymmetricKey, 202KeyType = SecurityKeyType.SymmetricKey,
System.ServiceModel.Federation.Tests (1)
WSTrustChannelSecurityTokenProviderTest.cs (1)
40KeyType = SecurityKeyType.SymmetricKey,
9 references to KeyType
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (1)
59if (WSTrustTokenParameters.KeyType == SecurityKeyType.BearerKey)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
127switch (WSTrustTokenParameters.KeyType) 142throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new NotSupportedException(LogHelper.FormatInvariant("KeyType is not supported: {0}", WSTrustTokenParameters.KeyType)), EventLevel.Error); 146if (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)
544if (issuedTokenParameters.KeyType == SecurityKeyType.BearerKey)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
81internal protected override bool HasAsymmetricKey { get { return KeyType == SecurityKeyType.AsymmetricKey; } } 196requirement.KeyType = KeyType;