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

AuthenticationType

public override EndpointAuthenticationType AuthenticationType { get; }

Property Value

EndpointAuthenticationType

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

ValidateParameters()

public override string ValidateParameters()

Returns

string
To top