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à

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à.

Si applica a