Table of Contents

Class BaseEndpointAuthenticationAddIn

Namespace
Dynamicweb.DataIntegration.EndpointManagement.AuthenticationAddIns
Assembly
Dynamicweb.DataIntegration.dll
[AddInName("Base Class for Endpoint Authentication Add-in")]
public abstract class BaseEndpointAuthenticationAddIn : ConfigurableAddIn
Inheritance
BaseEndpointAuthenticationAddIn
Derived
Inherited Members

Properties

AuthenticationType

public abstract EndpointAuthenticationType AuthenticationType { get; }

Property Value

EndpointAuthenticationType

Methods

ValidateParameters()

public abstract string ValidateParameters()

Returns

string
To top