AuthenticationDescription Class
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.
Contains information describing an authentication provider.
public ref class AuthenticationDescription
public class AuthenticationDescription
type AuthenticationDescription = class
Public Class AuthenticationDescription
- Inheritance
-
AuthenticationDescription
Constructors
AuthenticationDescription() |
Initializes a new instance of the AuthenticationDescription class |
AuthenticationDescription(IDictionary<String,Object>) |
Initializes a new instance of the AuthenticationDescription class |
Properties
AuthenticationScheme |
Gets or sets the name used to reference the authentication middleware instance. |
DisplayName |
Gets or sets the display name for the authentication provider. |
Items |
Contains metadata about the authentication provider. |