WSFederationElement.AuthenticationType Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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