Share via


SignInRequestMessage.Resource Proprietà

Definizione

Ottiene o imposta il parametro wres del messaggio.

public:
 property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
public string Resource { get; set; }
member this.Resource : string with get, set
Public Property Resource As String

Valore della proprietà

Valore del parametro wres.

Eccezioni

Si verifica un tentativo di impostare un valore che non rappresenta un URI assoluto.

Commenti

Specifica l'URL della risorsa a cui accedere. Il parametro wres è un parametro legacy. In genere, viene usato il parametro wtrealm (proprietà Realm ). Il parametro wres è facoltativo. Impostare sulla Resource proprietà su null o una stringa vuota per rimuovere il parametro wres dal messaggio.

Si applica a