Aurigma Image Uploader 6.5 Dual
ImageUploader..::.AuthenticationRequestBasicText Property
Text of the message on the authentication dialog when basic authentication is used.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property AuthenticationRequestBasicText As String
C#
public string AuthenticationRequestBasicText { get; set; }
Property Value
A string value that specify text displayed on the authentication dialog when basic 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 Basic authentication".
Remarks
This property corresponds to AuthenticationRequestBasicText client-side property.