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
Encrypted
[DataMember]
public bool Encrypted { get; }
Property Value
Id
Endpoint Authentication Id
[DataMember]
public int Id { get; set; }
Property Value
Name
Endpoint Authentication Name
[DataMember]
public string Name { get; set; }
Property Value
Parameters
Endpoint Authentication Parameters
[DataMember]
public IDictionary<string, string> Parameters { get; set; }
Property Value
Provider
[DataMember]
public string? Provider { get; set; }
Property Value
Methods
Clone()
public EndpointAuthentication Clone()
Returns
GetAuthenticationAddIn()
public BaseEndpointAuthenticationAddIn? GetAuthenticationAddIn()
Returns
UpdateAuthentication(BaseEndpointAuthenticationAddIn)
public void UpdateAuthentication(BaseEndpointAuthenticationAddIn addIn)