Udostępnij za pośrednictwem


SignInRequestMessage.AuthenticationType Właściwość

Definicja

Pobiera lub ustawia parametr uwierzytelniania komunikatu.

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

Wartość właściwości

Typ uwierzytelniania. Jest to określone jako identyfikator URI.

Wyjątki

Podjęto próbę ustawienia wartości, która nie jest prawidłowym, bezwzględnym identyfikatorem URI.

Uwagi

Parametr wauth jest podobny do elementu wst:AuthenticationType zdefiniowanego w programie WS-Trust. Wartość powinna być ustawiona na ciąg zawierający identyfikator URI identyfikujący typ używanego uwierzytelniania.

Parametr wauth jest opcjonalny. AuthenticationType Ustaw właściwość na null lub pusty ciąg, aby usunąć parametr wauth z komunikatu.

Dotyczy