RequestSecurityToken.OnBehalfOf Proprietà

Definizione

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à

SecurityTokenElement che contiene il token dell'identità per conto della quale viene effettuata la richiesta.

Commenti

Rappresenta il contenuto dell'elemento wst:OnBehalfOf. Questo elemento facoltativo indica che il richiedente effettua la richiesta per conto di un'altra identità.

Si applica a