HostAuthenticationAttribute.AuthenticationType Property

 

Gets the authentication type of the OWIN middleware to use.

Namespace:   System.Web.Http
Assembly:  System.Web.Http.Owin (in System.Web.Http.Owin.dll)

Syntax

public string AuthenticationType { get; }
public:
property String^ AuthenticationType {
    String^ get();
}
member AuthenticationType : string with get
Public ReadOnly Property AuthenticationType As String

Property Value

Type: System.String

See Also

HostAuthenticationAttribute Class
System.Web.Http Namespace

Return to top