public sealed class InitialStateConfig : IMessage<InitialStateConfig>, IEquatable<InitialStateConfig>, IDeepCloneable<InitialStateConfig>, IBufferMessage, IMessage
Initial State for shielded instance, these are public keys which are safe to store in public
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `InitialStateConfig` class represents the initial state for a shielded instance, including public keys safe for public storage."],["The latest version available is 3.6.0, with a history of previous versions listed down to 1.0.0, within the provided links."],["`InitialStateConfig` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The class includes properties such as `Dbs`, `Dbxs`, `Keks`, and `Pk`, which manage the key database, forbidden key database, key exchange key, and the platform key respectively, each handling the collection of public keys."],["The `InitialStateConfig` has two constructors: a default parameterless constructor and one that takes an `InitialStateConfig` as a parameter."]]],[]]