ApiKeyCredential 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.
A credential used to authenticate to a service that accepts an API key. This type provides the ability to update the key's value without creating a new client.
public class ApiKeyCredential
type ApiKeyCredential = class
Public Class ApiKeyCredential
- Inheritance
-
ApiKeyCredential
- Derived
Constructors
ApiKeyCredential(String) |
Initializes a new instance of the ApiKeyCredential class. |
Methods
Deconstruct(String) |
Deconstructs the credential into component values. |
Update(String) |
Updates the API key to used to authenticate with the service. This method is intended to be called when the API key has been regenerated and long-lived clients need to be updated to send the new value. |
Operators
Implicit(String to ApiKeyCredential) |
Converts a string to an ApiKeyCredential. |
Applies to
Azure SDK for .NET