public byte[]? Salt { get; set; }
Public Property Salt As Byte() Get Set
public: property array<unsigned char>^ Salt { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
function get_Salt(); function set_Salt(value);
In This Article