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

ImageUploader.AuthenticationType Property

Authentication type configured on the server.

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

Syntax

Visual Basic
Public Property AuthenticationType As AuthenticationType
C#
public AuthenticationType AuthenticationType { get; set; }

Property Value

The AuthenticationType enumeration member that specifies an authentication type.

Default value is None.

Remarks

This property corresponds to AuthenticationType client-side property.

See Also

Reference