ServiceCertificateListResponse.Certificate 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.
A service certificate that is valid for your subscription.
public class ServiceCertificateListResponse.Certificate
type ServiceCertificateListResponse.Certificate = class
Public Class ServiceCertificateListResponse.Certificate
- Inheritance
-
ServiceCertificateListResponse.Certificate
Constructors
ServiceCertificateListResponse.Certificate() |
Initializes a new instance of the Certificate class. |
Properties
CertificateUri |
Optional. The Service Management API request URI used to perform Get Service Certificate requests against the certificate store. |
Data |
Optional. The public part of the service certificate as a cer file. |
Thumbprint |
Optional. The X509 certificate thumb print property of the service certificate. |
ThumbprintAlgorithm |
Optional. The algorithm that was used to hash the service certificate. Currently SHA-1 is the only supported algorithm. |