RequestSecurityToken.ActAs Proprietà

Definizione

Ottiene o imposta il token di sicurezza per l'identità che il richiedente sta tentando di assumere.

public:
 property System::IdentityModel::Tokens::SecurityTokenElement ^ ActAs { System::IdentityModel::Tokens::SecurityTokenElement ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenElement ^ value); };
public System.IdentityModel.Tokens.SecurityTokenElement ActAs { get; set; }
member this.ActAs : System.IdentityModel.Tokens.SecurityTokenElement with get, set
Public Property ActAs As SecurityTokenElement

Valore della proprietà

SecurityTokenElement che rappresenta l'identità che il richiedente sta tentando di utilizzare. Può essere null.

Commenti

Rappresenta il contenuto dell'elemento wst:ActAs. Questo elemento facoltativo supporta scenari di delega e indica che il richiedente effettua la richiesta di agire come un'altra identità. Questo elemento viene introdotto in WS-Trust 1.4. Questa proprietà si trova null nelle richieste che non comportano la delega.

Si applica a