# GetMasterKey Method Gets the master key. ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4 **C#** ``` C# public byte[] GetMasterKey() ``` **F#** ``` F# member GetMasterKey : unit -> byte[] ``` #### Return Value Byte[] An array of byte. ## Exceptions
InvalidOperationException | Thrown when the requested operation is invalid. |