CertificateCreateResponse.Certificate Property
Optional. Gets or sets a certificate.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public Certificate Certificate { get; set; }
public:
property Certificate^ Certificate {
Certificate^ get();
void set(Certificate^ value);
}
member Certificate : Certificate with get, set
Public Property Certificate As Certificate
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.Certificate
See Also
CertificateCreateResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top