Text of the message on the authentication dialog when NTLM authentication is used.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AuthenticationRequestNtlmText As String
public string AuthenticationRequestNtlmText { get; set; }
A string value that specifies message text of the authentication dialog when NTLM authentication is used.
To be able to display additional information in this dialog (like the server name), a special keyword is used:
Placeholder | Description |
---|---|
[Name] | replaced by the name of the server which requests authentication. |
Default value is "[Name] requires NTLM authentication".