Share via


BatchCertificateReference(String, String) Constructor

Definition

Initializes a new instance of BatchCertificateReference.

public BatchCertificateReference(string thumbprint, string thumbprintAlgorithm);
new Azure.Compute.Batch.BatchCertificateReference : string * string -> Azure.Compute.Batch.BatchCertificateReference
Public Sub New (thumbprint As String, thumbprintAlgorithm As String)

Parameters

thumbprint
String

The thumbprint of the Certificate.

thumbprintAlgorithm
String

The algorithm with which the thumbprint is associated. This must be sha1.

Exceptions

thumbprint or thumbprintAlgorithm is null.

Applies to