BatchCertificateReference(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.