Partage 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. Cela est spécifié comme un URI.

Exceptions

Une tentative d'affectation d'une valeur, qui n'est pas un URI absolu, 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 propriété sur AuthenticationTypenull ou une chaîne vide pour supprimer le paramètre wauth du message.

S’applique à