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

属性值

包含密钥的 A UseKey

注解

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

适用于