次の方法で共有


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)

適用対象