Compartir a través de


WSFederationElement.AuthenticationType Propiedad

Definición

Obtiene o establece el atributo authenticationType.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("authenticationType", IsRequired=false)]
public string AuthenticationType { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationType", IsRequired=false)>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Valor de propiedad

Una cadena que contiene un URI que representa el tipo de wauth de la solicitud de inicio de sesión de WS-Federation. El valor predeterminado es una cadena vacía. Opcional.

Atributos

Se aplica a

Consulte también