Delen via


AppServiceCertificateOrderResource.RetrieveSiteSeal Method

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/retrieveSiteSeal
  • Operation Id: AppServiceCertificateOrders_RetrieveSiteSeal
  • Default Api Version: 2021-02-01
  • Resource: AppServiceCertificateOrderResource
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.SiteSeal> RetrieveSiteSeal (Azure.ResourceManager.AppService.Models.SiteSealContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RetrieveSiteSeal : Azure.ResourceManager.AppService.Models.SiteSealContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteSeal>
override this.RetrieveSiteSeal : Azure.ResourceManager.AppService.Models.SiteSealContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteSeal>
Public Overridable Function RetrieveSiteSeal (content As SiteSealContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSeal)

Parameters

content
SiteSealContent

Site seal request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to