你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateAuthenticationProvider 类

定义

public class CertificateAuthenticationProvider : Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider
type CertificateAuthenticationProvider = class
    interface IApplicationAuthenticationProvider
Public Class CertificateAuthenticationProvider
Implements IApplicationAuthenticationProvider
继承
CertificateAuthenticationProvider
实现

构造函数

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

使用证书提供程序创建应用程序验证器

CertificateAuthenticationProvider(String, Boolean)

方法

AuthenticateAsync(String, String, AuthenticationContext)

适用于