Table of Contents

Class ConnectorServiceAuthenticationAddIn

Namespace
Dynamicweb.DataIntegration.EndpointManagement.AuthenticationAddIns
Assembly
Dynamicweb.DataIntegration.dll

Dynamicweb Connector Service authentication add-in

[AddInDeprecated(false)]
[AddInName("Dynamicweb Connector Service")]
[AddInLabel("Dynamicweb Connector Service")]
[AddInDescription("Dynamicweb Connector Service")]
public class ConnectorServiceAuthenticationAddIn : BaseEndpointAuthenticationAddIn
Inheritance
ConnectorServiceAuthenticationAddIn
Inherited Members

Properties

AuthenticationType

public override EndpointAuthenticationType AuthenticationType { get; }

Property Value

EndpointAuthenticationType

SecurityKey

[AddInParameter("Security Key")]
[AddInParameterEditor(typeof(TextParameterEditor), "password=true")]
public string SecurityKey { get; set; }

Property Value

string

Methods

ValidateParameters()

public override string ValidateParameters()

Returns

string
To top