WSTrustMessage.UseKey Property

Definition

Gets or sets the contents of the wst:UseKey element.

public:
 property System::IdentityModel::Protocols::WSTrust::UseKey ^ UseKey { System::IdentityModel::Protocols::WSTrust::UseKey ^ get(); void set(System::IdentityModel::Protocols::WSTrust::UseKey ^ value); };
public System.IdentityModel.Protocols.WSTrust.UseKey UseKey { get; set; }
member this.UseKey : System.IdentityModel.Protocols.WSTrust.UseKey with get, set
Public Property UseKey As UseKey

Property Value

A UseKey that contains the key.

Remarks

If the requestor wishes to use an existing key rather than create a new one, then this property can be used to reference a security token containing the desired key. This is commonly used in the asymmetric key issuance case.

Applies to