Class InitialStateConfig (1.1.0)

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

Inheritance

Object > InitialStateConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InitialStateConfig()

public InitialStateConfig()

InitialStateConfig(InitialStateConfig)

public InitialStateConfig(InitialStateConfig other)
Parameter
NameDescription
otherInitialStateConfig

Properties

Dbs

public RepeatedField<FileContentBuffer> Dbs { get; }

The Key Database (db).

Property Value
TypeDescription
RepeatedField<FileContentBuffer>

Dbxs

public RepeatedField<FileContentBuffer> Dbxs { get; }

The forbidden key database (dbx).

Property Value
TypeDescription
RepeatedField<FileContentBuffer>

Keks

public RepeatedField<FileContentBuffer> Keks { get; }

The Key Exchange Key (KEK).

Property Value
TypeDescription
RepeatedField<FileContentBuffer>

Pk

public FileContentBuffer Pk { get; set; }

The Platform Key (PK).

Property Value
TypeDescription
FileContentBuffer