Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AuthenticationOptions::AuthenticationType Property

 

The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

public:
property String^ AuthenticationType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: