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