Table of Contents

Class EndpointAuthentication

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

Represents Endpoint Authentication

[DataContract]
public class EndpointAuthentication
Inheritance
EndpointAuthentication
Inherited Members

Constructors

EndpointAuthentication()

public EndpointAuthentication()

Properties

AddIn

public BaseEndpointAuthenticationAddIn AddIn { get; set; }

Property Value

BaseEndpointAuthenticationAddIn

Encrypted

[DataMember]
public bool Encrypted { get; }

Property Value

bool

Id

Endpoint Authentication Id

[DataMember]
public int Id { get; set; }

Property Value

int

Name

Endpoint Authentication Name

[DataMember]
public string Name { get; set; }

Property Value

string

Parameters

Endpoint Authentication Parameters

[DataMember]
public IDictionary<string, string> Parameters { get; set; }

Property Value

IDictionary<string, string>

Provider

[DataMember]
public string Provider { get; set; }

Property Value

string

Methods

Clone()

public EndpointAuthentication Clone()

Returns

EndpointAuthentication

GetAuthenticationAddIn()

public BaseEndpointAuthenticationAddIn GetAuthenticationAddIn()

Returns

BaseEndpointAuthenticationAddIn

UpdateAuthentication(BaseEndpointAuthenticationAddIn)

public void UpdateAuthentication(BaseEndpointAuthenticationAddIn addIn)

Parameters

addIn BaseEndpointAuthenticationAddIn
To top