ServiceCertificateListResponse.Certificate Class
Represents a service certificate that is valid in a subscription.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
System.Object
Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse.Certificate
Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse.Certificate
| Name | Description | |
|---|---|---|
![]() | ServiceCertificateListResponse.Certificate() | Initializes a new instance of the ServiceCertificateListResponse.Certificate class. |
| Name | Description | |
|---|---|---|
![]() | CertificateUri | Gets or sets the request URI for Service Management API calls. |
![]() | Data | Gets or sets the base-64 encoded form of the public portion of the service certificate. |
![]() | Thumbprint | Gets or sets the thumbprint of the service certificate. |
![]() | ThumbprintAlgorithm | Gets or sets the thumbprint algorithm of the service certificate. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


