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

CertificateReference Class

Definition

Represents a certificate object of the Azure Batch service.

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

Constructors

Name Description
CertificateReference()

Initializes a new instance of the CertificateReference class.

CertificateReference(Certificate)

Instantiates an instance of CertificateReference with default property values.
Values for the Thumbprint and ThumbprintAlgorithm properties are taken from the provided base certificate.

Properties

Name Description
StoreLocation

Gets or sets the CertStoreLocation for the certificate.

StoreName

Gets or sets the name of the name of the certificate store. Besides StoreName the value can have a custom store name.

Thumbprint

Gets or sets the certificate thumbprint property of the certificate.

ThumbprintAlgorithm

Gets or sets the certificate thumbprint algorithm. Currently sha1 is the only supported algorithm.

Visibility

Gets or sets the set of users that can get to the private data of the installed certificate.

Applies to