Class WebServiceAccessKeyEndpointAuthenticationAddIn
- Assembly
- Dynamicweb.DataIntegration.dll
[AddInName("WebServiceAccessKey")]
[AddInLabel("WebService Access Key")]
[AddInDescription("WebService Access Key")]
public class WebServiceAccessKeyEndpointAuthenticationAddIn : BaseEndpointAuthenticationAddIn
- Inheritance
-
Web
Service Access Key Endpoint Authentication Add In
- Inherited Members
Properties
UserName
[AddInParameter("Username")]
[AddInParameterEditor(typeof(TextParameterEditor), "")]
public string UserName { get; set; }
Property Value
WebServiceAccessKey
[SensitiveData]
[AddInParameter("Web Service Access Key")]
[AddInParameterEditor(typeof(TextParameterEditor), "password=true")]
public string WebServiceAccessKey { get; set; }
Property Value
Methods
PrepareClient(Uri, HttpClient, HttpClientHandler, Endpoint)
public override void PrepareClient(Uri uri, HttpClient client, HttpClientHandler clientHandler, Endpoint endpoint)
Parameters
uri
Uriclient
HttpClient clientHandler
HttpClient Handler endpoint
Endpoint