RequestedProofToken.ProtectedKey Eigenschaft

Definition

Ruft den Schlüssel in dem Fall ab, wenn das wst:RequestedProofToken -Element einen Schlüssel enthält.

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

Eigenschaftswert

A ProtectedKey that represents the key, which can be encrypted or clear text.

Hinweise

Stellt den Inhalt des wst:RequestedProofToken-Elements dar, wenn das Element einen Schlüssel enthält (anstelle eines wst:ComputedKeyElement).

Gilt für: