WSTrustMessage.UseKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置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。
注解
如果请求者希望使用现有密钥而不是创建新密钥,则此属性可用于引用包含所需密钥的安全令牌。 这通常用于非对称密钥颁发情况。