WSFederationElement.AuthenticationType Propiedad

Definición

Obtiene o establece el authenticationType atributo .

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

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

Atributos

Se aplica a

Consulte también