AuthenticationDescription Constructors

Definition

Overloads

Name Description
AuthenticationDescription()

Initializes a new instance of the AuthenticationDescription class

AuthenticationDescription(IDictionary<String,Object>)

Initializes a new instance of the AuthenticationDescription class

AuthenticationDescription()

Source:
AuthenticationDescription.cs

Initializes a new instance of the AuthenticationDescription class

public AuthenticationDescription();
Public Sub New ()

Applies to

AuthenticationDescription(IDictionary<String,Object>)

Source:
AuthenticationDescription.cs

Initializes a new instance of the AuthenticationDescription class

public AuthenticationDescription(System.Collections.Generic.IDictionary<string,object> properties);
new Microsoft.Owin.Security.AuthenticationDescription : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Owin.Security.AuthenticationDescription
Public Sub New (properties As IDictionary(Of String, Object))

Parameters

properties
IDictionary<String,Object>

Applies to