Condividi tramite


RequestedProofToken.ProtectedKey Proprietà

Definizione

Ottiene la chiave nel caso in cui l'elemento wst:RequestedProofToken contenga una chiave.

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

Valore della proprietà

ProtectedKey che rappresenta la chiave, che può essere testo crittografato o non crittografato.

Commenti

Rappresenta il contenuto dell'elemento wst:RequestedProofToken quando l'elemento contiene una chiave ( anziché un wst:ComputedKeyElement).

Si applica a