public byte[]? Salt { get; set; }Public Property Salt As Byte()
Get
Setpublic:
property array<unsigned char>^ Salt {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_Salt();
function set_Salt(value);| ArgumentException | Attempt to set Salt to non-null other than 16 bytes. |