Table of Contents

Class WebServiceAccessKeyEndpointAuthenticationAddIn

Namespace
Dynamicweb.DataIntegration.EndpointManagement.AuthenticationAddIns
Assembly
Dynamicweb.DataIntegration.dll
[AddInName("WebServiceAccessKey")]
[AddInLabel("WebService Access Key")]
[AddInDescription("WebService Access Key")]
public class WebServiceAccessKeyEndpointAuthenticationAddIn : BaseEndpointAuthenticationAddIn
Inheritance
WebServiceAccessKeyEndpointAuthenticationAddIn
Inherited Members

Properties

UserName

[AddInParameter("Username")]
[AddInParameterEditor(typeof(TextParameterEditor), "")]
public string UserName { get; set; }

Property Value

string

WebServiceAccessKey

[SensitiveData]
[AddInParameter("Web Service Access Key")]
[AddInParameterEditor(typeof(TextParameterEditor), "password=true")]
public string WebServiceAccessKey { get; set; }

Property Value

string

Methods

PrepareClient(Uri, HttpClient, HttpClientHandler, Endpoint)

public override void PrepareClient(Uri uri, HttpClient client, HttpClientHandler clientHandler, Endpoint endpoint)

Parameters

uri Uri
client HttpClient
clientHandler HttpClientHandler
endpoint Endpoint

ValidateParameters()

public override string ValidateParameters()

Returns

string
To top