AuthenticationProperties Constructors
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.
Overloads
AuthenticationProperties() |
Initializes a new instance of the AuthenticationProperties class |
AuthenticationProperties(IDictionary<String,String>) |
Initializes a new instance of the AuthenticationProperties class |
AuthenticationProperties()
- Source:
- AuthenticationProperties.cs
Initializes a new instance of the AuthenticationProperties class
public AuthenticationProperties ();
Public Sub New ()
Applies to
AuthenticationProperties(IDictionary<String,String>)
- Source:
- AuthenticationProperties.cs
Initializes a new instance of the AuthenticationProperties class
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string> dictionary);
new Microsoft.Owin.Security.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Owin.Security.AuthenticationProperties
Public Sub New (dictionary As IDictionary(Of String, String))
Parameters
- dictionary
- IDictionary<String,String>