RequestedProofToken.ProtectedKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 wst:requesttype: RequestedProofToken 元素包含一个键时,获取该键。
public:
property System::IdentityModel::Protocols::WSTrust::ProtectedKey ^ ProtectedKey { System::IdentityModel::Protocols::WSTrust::ProtectedKey ^ get(); };
public System.IdentityModel.Protocols.WSTrust.ProtectedKey ProtectedKey { get; }
member this.ProtectedKey : System.IdentityModel.Protocols.WSTrust.ProtectedKey
Public ReadOnly Property ProtectedKey As ProtectedKey
属性值
ProtectedKey 表示密匙,可以是加密的或明文形式的。
注解
表示当元素包含键 (而不是 wst:ComputedKeyElement) 时 wst:RequestedProofToken 元素的内容。