AuthenticationProperties Constructor
Initializes a new instance of the AuthenticationProperties class
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New AuthenticationProperties()
public AuthenticationProperties()
public:
AuthenticationProperties()
new : unit -> AuthenticationProperties
public function AuthenticationProperties()
See Also
Reference
AuthenticationProperties Class