ClientCertificateCredential コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ClientCertificateCredential() |
モック作成用の保護されたコンストラクター。 |
ClientCertificateCredential(String, String, X509Certificate2) |
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。 |
ClientCertificateCredential(String, String, String) |
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。 |
ClientCertificateCredential(String, String, X509Certificate2, ClientCertificateCredentialOptions) |
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。 |
ClientCertificateCredential(String, String, String, ClientCertificateCredentialOptions) |
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。 |
ClientCertificateCredential()
モック作成用の保護されたコンストラクター。
protected ClientCertificateCredential ();
Protected Sub New ()
適用対象
ClientCertificateCredential(String, String, X509Certificate2)
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。
public ClientCertificateCredential (string tenantId, string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 clientCertificate);
new Azure.Identity.ClientCertificateCredential : string * string * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Azure.Identity.ClientCertificateCredential
Public Sub New (tenantId As String, clientId As String, clientCertificate As X509Certificate2)
パラメーター
- tenantId
- String
サービス プリンシパルの Azure Active Directory テナント (ディレクトリ) ID。
- clientId
- String
サービス プリンシパルのクライアント (アプリケーション) ID
- clientCertificate
- X509Certificate2
サービス プリンシパルの認証 X509 証明書
適用対象
ClientCertificateCredential(String, String, String)
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。
public ClientCertificateCredential (string tenantId, string clientId, string clientCertificatePath);
new Azure.Identity.ClientCertificateCredential : string * string * string -> Azure.Identity.ClientCertificateCredential
Public Sub New (tenantId As String, clientId As String, clientCertificatePath As String)
パラメーター
- tenantId
- String
サービス プリンシパルの Azure Active Directory テナント (ディレクトリ) ID。
- clientId
- String
サービス プリンシパルのクライアント (アプリケーション) ID
- clientCertificatePath
- String
クライアント証明書と秘密キーの両方を含むファイルへのパス。
適用対象
ClientCertificateCredential(String, String, X509Certificate2, ClientCertificateCredentialOptions)
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。
public ClientCertificateCredential (string tenantId, string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 clientCertificate, Azure.Identity.ClientCertificateCredentialOptions options);
new Azure.Identity.ClientCertificateCredential : string * string * System.Security.Cryptography.X509Certificates.X509Certificate2 * Azure.Identity.ClientCertificateCredentialOptions -> Azure.Identity.ClientCertificateCredential
Public Sub New (tenantId As String, clientId As String, clientCertificate As X509Certificate2, options As ClientCertificateCredentialOptions)
パラメーター
- tenantId
- String
サービス プリンシパルの Azure Active Directory テナント (ディレクトリ) ID。
- clientId
- String
サービス プリンシパルのクライアント (アプリケーション) ID
- clientCertificate
- X509Certificate2
サービス プリンシパルの認証 X509 証明書
Azure Active Directory サービスに送信される要求の管理を構成できるオプション。
適用対象
ClientCertificateCredential(String, String, String, ClientCertificateCredentialOptions)
指定した証明書を使用して、Microsoft Entra ID に対する認証に必要な詳細を含む ClientCertificateCredential のインスタンスを作成します。
public ClientCertificateCredential (string tenantId, string clientId, string clientCertificatePath, Azure.Identity.ClientCertificateCredentialOptions options);
new Azure.Identity.ClientCertificateCredential : string * string * string * Azure.Identity.ClientCertificateCredentialOptions -> Azure.Identity.ClientCertificateCredential
Public Sub New (tenantId As String, clientId As String, clientCertificatePath As String, options As ClientCertificateCredentialOptions)
パラメーター
- tenantId
- String
サービス プリンシパルの Azure Active Directory テナント (ディレクトリ) ID。
- clientId
- String
サービス プリンシパルのクライアント (アプリケーション) ID
- clientCertificatePath
- String
クライアント証明書と秘密キーの両方を含むファイルへのパス。
Azure Active Directory サービスに送信される要求の管理を構成できるオプション。