Partager via


SignInRequestMessage.AuthenticationType Propriété

Définition

Obtient ou définit le paramètre wauth du message.

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

Valeur de propriété

Type d’authentification. Il s’agit d’un URI spécifié.

Exceptions

Une tentative de définition d’une valeur qui n’est pas un URI absolu valide se produit.

Remarques

Le paramètre wauth est semblable à l’élément wst :AuthenticationType défini dans WS-Trust. La valeur doit être définie sur une chaîne qui contient un URI qui identifie le type d’authentification utilisé.

Le paramètre wauth est facultatif. Définissez la AuthenticationType propriété null sur ou une chaîne vide pour supprimer le paramètre wauth du message.

S’applique à