다음을 통해 공유


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 요소의 콘텐츠를 나타냅니다.

적용 대상