[To be supplied.]
[Visual Basic] Public Property Salt As Byte () [C#] public byte[] Salt {get; set;} [C++] public: __property unsigned char* get_Salt(); public: __property void set_Salt(unsigned char*[]); [JScript] public function get Salt() : Byte[]; public function set Salt(Byte[]);
PasswordDeriveBytes Class | PasswordDeriveBytes Members | System.Security.Cryptography Namespace