1 instantiation of UseKey
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
395
rst.UseKey = new
UseKey
(useKeySki, resolvedUseKeyToken);
8 references to UseKey
System.IdentityModel (7)
System\IdentityModel\Protocols\WSTrust\UseKey.cs (3)
31
/// Creates an instance of <see cref="
UseKey
"/>.
40
/// Creates an instance of <see cref="
UseKey
"/>.
49
/// Creates an instance of <see cref="
UseKey
"/>.
System\IdentityModel\Protocols\WSTrust\WSTrustMessage.cs (2)
31
private
UseKey
useKey;
408
public
UseKey
UseKey
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
1097
UseKey
useKey = (
UseKey
)elementValue;
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
529
internal static SecurityToken GetUseKeySecurityToken(
UseKey
useKey, string requestKeyType)