Table of Contents

Class BasicEndpointAuthenticationAddIn

Namespace
Dynamicweb.DataIntegration.EndpointManagement.AuthenticationAddIns
Assembly
Dynamicweb.DataIntegration.dll
[AddInName("Basic")]
[AddInLabel("Basic")]
[AddInDescription("Basic")]
public class BasicEndpointAuthenticationAddIn : BaseEndpointAuthenticationAddIn
Inheritance
BasicEndpointAuthenticationAddIn
Inherited Members

Properties

AuthenticationType

public override EndpointAuthenticationType AuthenticationType { get; }

Property Value

EndpointAuthenticationType

Password

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

Property Value

string

UserName

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

Property Value

string

Methods

ValidateParameters()

public override string ValidateParameters()

Returns

string
To top