ServiceAuthenticationOptions 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.
The ServiceAuthenticationOptions provides options for the OWIN ServiceAuthenticationMiddleware class.
public class ServiceAuthenticationOptions : Microsoft.Owin.Security.AuthenticationOptions
type ServiceAuthenticationOptions = class
inherit AuthenticationOptions
Public Class ServiceAuthenticationOptions
Inherits AuthenticationOptions
- Inheritance
-
Microsoft.Owin.Security.AuthenticationOptionsServiceAuthenticationOptions
Constructors
ServiceAuthenticationOptions() |
Initializes a new instance of the ServiceAuthenticationOptions class with a given ServiceSettingsDictionary. |
Fields
ServiceAuthenticationType |
The authentication type identifying the OWIN ServiceAuthenticationMiddleware. |
Properties
ApplicationKey |
Gets or sets the application key providing application-level access. |
MasterKey |
Gets or sets the application master key providing administrative-level access. |
Realm |
The realm to use for HTTP Basic Authentication which allows browsers to authenticate against resources that require either Application or Admin level access. |
SystemKey |
Gets or sets the application system key. |
Applies to
Azure SDK for .NET