次の方法で共有


CertificateReference クラス

定義

プール内のコンピューティング ノードにインストールされる証明書への参照。

public class CertificateReference
type CertificateReference = class
Public Class CertificateReference
継承
CertificateReference

注釈

警告: このオブジェクトは非推奨であり、2024 年 2 月以降に削除されます。 代わりに [Azure KeyVault 拡張機能]( をhttps://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 使用してください。

コンストラクター

CertificateReference()

CertificateReference クラスの新しいインスタンスを初期化します。

CertificateReference(String, String, Nullable<CertificateStoreLocation>, String, IList<CertificateVisibility>)

CertificateReference クラスの新しいインスタンスを初期化します。

プロパティ

StoreLocation

証明書をインストールするコンピューティング ノード上の証明書ストアの場所を取得または設定します。

StoreName

証明書をインストールするコンピューティング ノード上の証明書ストアの名前を取得または設定します。

Thumbprint

証明書の拇印を取得または設定します。

ThumbprintAlgorithm

拇印が関連付けられているアルゴリズムを取得または設定します。 これは sha1 である必要があります。

Visibility

証明書のプライベート データにアクセスできるコンピューティング ノード上のユーザー アカウントを取得または設定します。

適用対象