Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Essentials.SSL Namespace / SSLHelper Class / GetSecureUrl Method
domain name
url path
query string
In This Topic
    GetSecureUrl Method
    In This Topic
    Gets secure URL
    Syntax
    public static string GetSecureUrl( 
       string domain,
       string path,
       string query
    )

    Parameters

    domain
    domain name
    path
    url path
    query
    query string

    Return Value

    Returns a seure https url
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also