RequestedProofToken.ProtectedKey 属性

定义

当 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 元素的内容。

适用于