DataDescription Property
The description of data.
Syntax
[VB.NET] Public Property DataDescription As String
[C#] public string DataDescription {get; set;}
Remarks
This property specifies an optional description of the protected data.
This may be set before calling Protect. This property will be populated when calling Unprotect.
Default Value
""