1 instantiation of UseKey
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
395rst.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)
31private UseKey useKey; 408public UseKey UseKey
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
1097UseKey useKey = (UseKey)elementValue;
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
529internal static SecurityToken GetUseKeySecurityToken(UseKey useKey, string requestKeyType)