SignInRequestMessage.AuthenticationType Proprietà

Definizione

Ottiene o imposta il parametro wauth del messaggio.

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

Valore della proprietà

Il tipo di autenticazione. Viene specificato come un URI.

Eccezioni

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

Commenti

Il parametro wauth è simile all'elemento wst:AuthenticationType definito in WS-Trust. Il valore deve essere impostato su una stringa contenente un URI che identifica il tipo di autenticazione usato.

Il parametro wauth è facoltativo. Impostare la AuthenticationType proprietà su null o una stringa vuota per rimuovere il parametro wauth dal messaggio.

Si applica a