Share via


AGHttpListener.SslCert Property

 

Optional. Whether to do load balancing using cookie based affinity

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

Syntax

public string SslCert { get; set; }
public:
property String^ SslCert {
    String^ get();
    void set(String^ value);
}
member SslCert : string with get, set
Public Property SslCert As String

Property Value

Type: System.String

See Also

AGHttpListener Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top