共用方式為


RequestedProofToken.ProtectedKey 屬性

定義

在 wst: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 元素的內容。

適用於