# Hash Property Gets or sets the hash of the password. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d **C#** ``` C# public byte[] Hash { get; private set; } ``` **F#** ``` F# member Hash : byte[] with get, private set ``` #### Property Value Byte[] ## See Also #### Reference Password Class CapyKit Namespace