RequestSecurityToken.OnBehalfOf 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 o imposta il token per l'identità per conto della quale viene effettuata la richiesta.
public:
property System::IdentityModel::Tokens::SecurityTokenElement ^ OnBehalfOf { System::IdentityModel::Tokens::SecurityTokenElement ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenElement ^ value); };
public System.IdentityModel.Tokens.SecurityTokenElement OnBehalfOf { get; set; }
member this.OnBehalfOf : System.IdentityModel.Tokens.SecurityTokenElement with get, set
Public Property OnBehalfOf As SecurityTokenElement
Valore della proprietà
Oggetto SecurityTokenElement contenente il token dell'identità per cui viene effettuata la richiesta.
Commenti
Rappresenta il contenuto dell'elemento wst:OnBehalfOf. Questo elemento facoltativo indica che il richiedente sta effettuando la richiesta per conto di un'altra identità.