Class NcsdHeader
- Namespace
- SceneGate.Lemon.Containers.Formats
- Assembly
- SceneGate.Lemon.dll
NCCH header information.
public class NcsdHeader
- Inheritance
-
NcsdHeader
- Inherited Members
Properties
CryptType
Gets or sets the encryption type of each partition.
public byte[] CryptType { get; set; }
Property Value
- byte[]
The encryption type of each partition.
FirmwaresType
Gets or sets the type of the firmware for each partition.
public FirmwareType[] FirmwaresType { get; set; }
Property Value
- FirmwareType[]
The type of the partitions firmware.
MagicId
Gets the magic identifier of the format.
public static string MagicId { get; }
Property Value
- string
The magic ID of the format.
MediaId
Gets or sets the media ID.
public ulong MediaId { get; set; }
Property Value
- ulong
The media ID.
Signature
Gets or sets the RSA-2048 signature of the NCCH header using SHA-256.
public byte[] Signature { get; set; }
Property Value
- byte[]
The signature of the header.
Size
Gets or sets the size of the format.
public long Size { get; set; }
Property Value
- long
The size of the format in bytes.
Unit
Gets the equivalent in bytes of one unit for the header values.
public static int Unit { get; }
Property Value
- int
One unit in bytes.