CertificateReference Class

Definition

A reference to a Certificate to be installed on Compute Nodes in a Pool.

public class CertificateReference
type CertificateReference = class
Public Class CertificateReference
Inheritance
CertificateReference

Remarks

Warning: This object is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.

Constructors

CertificateReference()

Initializes a new instance of the CertificateReference class.

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

Initializes a new instance of the CertificateReference class.

Properties

StoreLocation

Gets or sets the location of the Certificate store on the Compute Node into which to install the Certificate.

StoreName

Gets or sets the name of the Certificate store on the Compute Node into which to install the Certificate.

Thumbprint

Gets or sets the thumbprint of the Certificate.

ThumbprintAlgorithm

Gets or sets the algorithm with which the thumbprint is associated. This must be sha1.

Visibility

Gets or sets which user Accounts on the Compute Node should have access to the private data of the Certificate.

Applies to