AppServiceCertificateOrdersOperationsExtensions.RetrieveSiteSealAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is used to obtain the site seal information for an issued certificate.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SiteSeal> RetrieveSiteSealAsync (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, Microsoft.Azure.Management.WebSites.Models.SiteSealRequest siteSealRequest, System.Threading.CancellationToken cancellationToken = default);
static member RetrieveSiteSealAsync : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string * Microsoft.Azure.Management.WebSites.Models.SiteSealRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SiteSeal>
<Extension()>
Public Function RetrieveSiteSealAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, siteSealRequest As SiteSealRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token.
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.