WebSiteSslCertificate Members

Represents the properties of an SSL certificate.

The following tables list the members exposed by the WebSiteSslCertificate type.

Public Constructors

  Name Description
  WebSiteSslCertificate Initializes a new instance of the WebSiteSslCertificate class.

Top

Public Properties

  Name Description
ExpirationDate Gets or sets an DateTime object that contains the expiration date of the certificate.
FriendlyName Gets or sets the friendly name of the certificate.
HostNames Gets or sets an array of hostnames to which the certificate is bound.
IssueDate Gets or sets a DateTime object that contains the date that the certificate was issued.
Issuer Gets or sets the identifier of the issuer of the certificate.
IsToBeDeleted Gets or sets whether the certificate should be deleted.
IsValid Gets or sets whether the certificate is valid.
Password Gets or sets the password for the certificate.
PfxBlob Gets or sets a base64Binary value that contains the PfxBlob of the certificate.
SelfLinkUri Gets or sets a URI that contains the endpoint of the web site to which the certificate is bound.
SiteName Gets or sets the name of the web site to which the certificate is bound.
SubjectName Gets or sets the name of the entity to whom the certificate was issued.
Thumbprint Gets or sets the thumbprint of the certificate.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

WebSiteSslCertificate Class
Microsoft.WindowsAzure.Management.WebSites.Models.WebSite Namespace