Password Property
The master password from which a derived key is generated.
Syntax
[VB.NET] Public Property Password As String Public Property PasswordB As Byte()
[C#] public string Password {get; set;} public byte[] PasswordB {get; set;}
Remarks
This property specifies the password from which the derived key is created.
Default Value
""