Functions.AppServiceCertificateOrdersRetrieveSiteSealViaIdentity 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.
Overloads
AppServiceCertificateOrdersRetrieveSiteSealViaIdentity(String, ISiteSealRequest, Func<HttpResponseMessage,Task<ISiteSeal>,Task>, Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>, IEventListener, ISendAsync) | |
AppServiceCertificateOrdersRetrieveSiteSealViaIdentity(String, ISiteSealRequest, Func<HttpResponseMessage,Task<ISiteSeal>,Task>, Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>, IEventListener, ISendAsync) |
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. |
AppServiceCertificateOrdersRetrieveSiteSealViaIdentity(String, ISiteSealRequest, Func<HttpResponseMessage,Task<ISiteSeal>,Task>, Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task AppServiceCertificateOrdersRetrieveSiteSealViaIdentity (string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSealRequest body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSeal>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.AppServiceCertificateOrdersRetrieveSiteSealViaIdentity : string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSealRequest * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSeal>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function AppServiceCertificateOrdersRetrieveSiteSealViaIdentity (viaIdentity As String, body As ISiteSealRequest, onOk As Func(Of HttpResponseMessage, Task(Of ISiteSeal), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IDefaultErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- viaIdentity
- String
- body
- ISiteSealRequest
- onOk
- Func<HttpResponseMessage,Task<ISiteSeal>,Task>
- onDefault
- Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
AppServiceCertificateOrdersRetrieveSiteSealViaIdentity(String, ISiteSealRequest, Func<HttpResponseMessage,Task<ISiteSeal>,Task>, Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>, IEventListener, ISendAsync)
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.
public System.Threading.Tasks.Task AppServiceCertificateOrdersRetrieveSiteSealViaIdentity (string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteSealRequest body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteSeal>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDefaultErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.AppServiceCertificateOrdersRetrieveSiteSealViaIdentity : string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteSealRequest * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteSeal>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDefaultErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function AppServiceCertificateOrdersRetrieveSiteSealViaIdentity (viaIdentity As String, body As ISiteSealRequest, onOk As Func(Of HttpResponseMessage, Task(Of ISiteSeal), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IDefaultErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- viaIdentity
- String
- body
- ISiteSealRequest
Site seal request.
- onOk
- Func<HttpResponseMessage,Task<ISiteSeal>,Task>
a delegate that is called when the remote service returns 200 (OK).
- onDefault
- Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>
a delegate that is called when the remote service returns default (any response code not handled elsewhere).
- eventListener
- IEventListener
an IEventListener instance that will receive events.
- sender
- ISendAsync
an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request.
Returns
A Task that will be complete when handling of the response is completed.