RequestedProofToken.ProtectedKey Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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).