WSFederationElement.AuthenticationType Eigenschaft

Definition

Ruft das authenticationType-Attribut ab oder legt dieses fest.

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

Eigenschaftswert

Eine Zeichenfolge, die einen URI enthält, das den wauth-Typ der WS-Verbund-Anmeldungsanforderung darstellt. Der Standardwert ist eine leere Zeichenfolge. Dies ist optional.

Attribute

Gilt für:

Weitere Informationen