CertificateReference Class
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.
Represents a certificate object of the Azure Batch service.
public class CertificateReference
type CertificateReference = class
Public Class CertificateReference
- Inheritance
-
CertificateReference
Constructors
CertificateReference() |
Initializes a new instance of the CertificateReference class. |
CertificateReference(Certificate) |
Instantiates an instance of CertificateReference with default property values. |
Properties
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
Azure SDK for .NET