WSTrustMessage.UseKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.