mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-21 18:35:04 -06:00
861 B
861 B
GetMasterKey Method
Gets the master key.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
public byte[] GetMasterKey()
F#
member GetMasterKey : unit -> byte[]
Return Value
Byte[]
An array of byte.
Exceptions
InvalidOperationException | Thrown when the requested operation is invalid. |