Creates a one-way password hash (crypted password) from password bytes.
            
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- password
 - Type:  
System Byte 
The bytes of the password. 
Return Value
The crypted password.See Also