CertificateAuthenticationProvider Class

Definition

public class CertificateAuthenticationProvider : Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider
type CertificateAuthenticationProvider = class
    interface IApplicationAuthenticationProvider
Public Class CertificateAuthenticationProvider
Implements IApplicationAuthenticationProvider
Inheritance
CertificateAuthenticationProvider
Implements

Constructors

CertificateAuthenticationProvider(Byte[], Boolean)
CertificateAuthenticationProvider(Byte[], String, Boolean)
CertificateAuthenticationProvider(Byte[], String)
CertificateAuthenticationProvider(Byte[])
CertificateAuthenticationProvider(ClientAssertionCertificate, Boolean)
CertificateAuthenticationProvider(Func<String,Task<ClientAssertionCertificate>>)

Create an application authenticator using a certificate provider

CertificateAuthenticationProvider(String, Boolean)

Methods

AuthenticateAsync(String, String, AuthenticationContext)

Applies to