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,
6 references to KeyType
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (1)
59if (WSTrustTokenParameters.KeyType == SecurityKeyType.BearerKey)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
125switch (WSTrustTokenParameters.KeyType) 140throw new NotSupportedException(SR.Format(SR.KeyTypeNotSupported, WSTrustTokenParameters.KeyType)); 144if (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>