CapyKit/Documentation/Help/M_CapyKit_Helpers_KeyHelper_GetMasterKey.md

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.

See Also

Reference

KeyHelper Class
CapyKit.Helpers Namespace