WSFederationElement.AuthenticationType Property

Definition

Gets or sets the authenticationType attribute.

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

Property Value

A string that contains a URI that represents the WS-Federation sign-in request wauth type. The default is an empty string. Optional.

Attributes

Applies to

See also