WebSiteUpdateParameters.SslCertificates Property

Gets or sets a collection of WebSiteSslCertificate objects that contains the SSL certificates that are bound to the web site.

Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim instance As WebSiteUpdateParameters
Dim value As IList(Of WebSiteSslCertificate)

value = instance.SslCertificates

instance.SslCertificates = value

Syntax

'Declaration
Public Property SslCertificates As IList(Of WebSiteSslCertificate)
public IList<WebSiteSslCertificate> SslCertificates { get; set; }
public:
property IList<WebSiteSslCertificate^>^ SslCertificates {
    IList<WebSiteSslCertificate^>^ get ();
    void set (IList<WebSiteSslCertificate^>^ value);
}
/** @property */
public IList<WebSiteSslCertificate> get_SslCertificates ()

/** @property */
public void set_SslCertificates (IList<WebSiteSslCertificate> value)
public function get SslCertificates () : IList<WebSiteSslCertificate>

public function set SslCertificates (value : IList<WebSiteSslCertificate>)

Property Value

A collection of WebSiteSslCertificate objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteUpdateParameters Class
WebSiteUpdateParameters Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace