AppServiceCertificateOrdersOperationsExtensions.RetrieveSiteSeal Method

Definition

This method is used to obtain the site seal information for an issued certificate.

public static Microsoft.Azure.Management.WebSites.Models.SiteSeal RetrieveSiteSeal (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, Microsoft.Azure.Management.WebSites.Models.SiteSealRequest siteSealRequest);
static member RetrieveSiteSeal : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string * Microsoft.Azure.Management.WebSites.Models.SiteSealRequest -> Microsoft.Azure.Management.WebSites.Models.SiteSeal
<Extension()>
Public Function RetrieveSiteSeal (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, siteSealRequest As SiteSealRequest) As SiteSeal

Parameters

operations
IAppServiceCertificateOrdersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

certificateOrderName
String

Name of the certificate order.

siteSealRequest
SiteSealRequest

Site seal request.

Returns

Remarks

This method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted by the reseller, to minimize delays for customer page load times.

Applies to