# Password Constructor Constructor. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# public Password( string password, byte[] salt, IPasswordAlgorithm algorithm, params Object[] args ) ``` **F#** ``` F# new : password : string * salt : byte[] * algorithm : IPasswordAlgorithm * args : Object[] -> Password ``` #### Parameters