ClientCertificateCredential 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.
Enables authentication of a service principal in to Azure Active Directory using a X509 certificate that is assigned to it's App Registration. More information on how to configure certificate authentication can be found here: https://docs.microsoft.com/azure/active-directory/develop/active-directory-certificate-credentials#register-your-certificate-with-azure-ad
public class ClientCertificateCredential : Azure.Core.TokenCredential
type ClientCertificateCredential = class
inherit TokenCredential
Public Class ClientCertificateCredential
Inherits TokenCredential
- Inheritance
Constructors
| ClientCertificateCredential() |
Protected constructor for mocking. |
| ClientCertificateCredential(String, String, String) |
Creates an instance of the ClientCertificateCredential with the details needed to authenticate against Azure Active Directory with the specified certificate. |
| ClientCertificateCredential(String, String, String, ClientCertificateCredentialOptions) |
Creates an instance of the ClientCertificateCredential with the details needed to authenticate against Azure Active Directory with the specified certificate. |
| ClientCertificateCredential(String, String, String, TokenCredentialOptions) |
Creates an instance of the ClientCertificateCredential with the details needed to authenticate against Azure Active Directory with the specified certificate. |
| ClientCertificateCredential(String, String, X509Certificate2) |
Creates an instance of the ClientCertificateCredential with the details needed to authenticate against Azure Active Directory with the specified certificate. |
| ClientCertificateCredential(String, String, X509Certificate2, ClientCertificateCredentialOptions) |
Creates an instance of the ClientCertificateCredential with the details needed to authenticate against Azure Active Directory with the specified certificate. |
| ClientCertificateCredential(String, String, X509Certificate2, TokenCredentialOptions) |
Creates an instance of the ClientCertificateCredential with the details needed to authenticate against Azure Active Directory with the specified certificate. |
Methods
| GetToken(TokenRequestContext, CancellationToken) |
Obtains a token from the Azure Active Directory service, using the specified X509 certificate to authenticate. This method is called automatically by Azure SDK client libraries. You may call this method directly, but you must also handle token caching and token refreshing. |
| GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a token from the Azure Active Directory service, using the specified X509 certificate to authenticate. This method is called automatically by Azure SDK client libraries. You may call this method directly, but you must also handle token caching and token refreshing. |
Applies to
Saran dan Komentar
Kirim dan lihat umpan balik untuk