# Hash Property
Gets or sets the hash of the password.
## Definition
**Namespace:** CapyKit
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
**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