Class ConnectorServiceAuthenticationAddIn
- 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
SecurityKey
[AddInParameter("Security Key")]
[AddInParameterEditor(typeof(TextParameterEditor), "password=true")]
public string SecurityKey { get; set; }
Property Value
Methods
ValidateParameters()
public override string ValidateParameters()