ServiceAuthConfiguration 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.
Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own.
public class ServiceAuthConfiguration
type ServiceAuthConfiguration = class
Public Class ServiceAuthConfiguration
- Inheritance
-
ServiceAuthConfiguration
Constructors
ServiceAuthConfiguration(String, String) |
Initializes a new instance of ServiceAuthConfiguration. |
Properties
PrimaryAuthKeyHash |
The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. |
SecondaryAuthKeyHash |
The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. |
Applies to
Azure SDK for .NET