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,
6 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)
125
switch (WSTrustTokenParameters.
KeyType
)
140
throw new NotSupportedException(SR.Format(SR.KeyTypeNotSupported, WSTrustTokenParameters.
KeyType
));
144
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>