Class WebServiceAccessKeyEndpointAuthenticationAddIn
- Assembly
- Dynamicweb.DataIntegration.dll
[AddInName("WebServiceAccessKey")]
[AddInLabel("WebService Access Key")]
[AddInDescription("WebService Access Key")]
public class WebServiceAccessKeyEndpointAuthenticationAddIn : BaseEndpointAuthenticationAddIn
- Inheritance
-
WebServiceAccessKeyEndpointAuthenticationAddIn
- Inherited Members
Properties
AuthenticationType
public override EndpointAuthenticationType AuthenticationType { get; }
Property Value
UserName
[AddInParameter("Username")]
[AddInParameterEditor(typeof(TextParameterEditor), "")]
public string UserName { get; set; }
Property Value
WebServiceAccessKey
[SensitiveData]
[AddInParameter("Web Service Access Key")]
[AddInParameterEditor(typeof(TextParameterEditor), "password=true")]
public string WebServiceAccessKey { get; set; }
Property Value
Methods
ValidateParameters()
public override string ValidateParameters()