CertificateReference
Class
Definition
Represents a certificate object of the Azure Batch service.
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. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |