WSFederationElement::AuthenticationType Property

.NET Framework (current version)
 

Gets or sets the authenticationType attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("authenticationType", IsRequired = false)]
property String^ AuthenticationType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

.NET Framework
Available since 4.5
Return to top
Show: