Gets or sets a value indicating whether the upload token should be restricted to the consumerIP.
Namespace:
Aurigma.ImageUploader.Nirvanix
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property IpRestricted As Boolean
public bool IpRestricted { get; set; }
Type: System.Boolean
If true
, the upload token will be restricted to the consumerIP.
Default value is false.