Share via


WSTrustMessage.UseKey 属性

定义

获取或设置wst:UseKey 元素的内容。

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

属性值

一个包含键的 UseKey

注解

如果请求者希望使用现有密钥而不是创建新密钥,则此属性可用于引用包含所需密钥的安全令牌。 这通常用于非对称密钥颁发情况。

适用于