This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.AuthenticationRequestNtlmText Property

Text of the message on the authentication dialog when NTLM authentication is used.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property AuthenticationRequestNtlmText As String
C#
public string AuthenticationRequestNtlmText { get; set; }

Property Value

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".

Remarks

This property corresponds to AuthenticationRequestNtlmText client-side property.

See Also

Reference