NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PasswordDeriveBytes.Salt

[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[]);

See Also

PasswordDeriveBytes Class | PasswordDeriveBytes Members | System.Security.Cryptography Namespace