public sealed class ShieldedInstanceIdentity : IMessage<ShieldedInstanceIdentity>, IEquatable<ShieldedInstanceIdentity>, IDeepCloneable<ShieldedInstanceIdentity>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIdentity.
[[["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."],[[["This webpage provides reference documentation for the `ShieldedInstanceIdentity` class within the Compute Engine v1 API for .NET, specifically version 2.8.0."],["The `ShieldedInstanceIdentity` class, which is a sealed class, represents a Shielded Instance Identity and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `EncryptionKey`, which is an Endorsement Key (EK), `HasKind`, `Kind`, and `SigningKey`, which is an Attestation Key (AK), all related to the shielded instance's vTPM."],["The documentation lists all available versions, from 1.0.0 up to the latest version 3.6.0 of the `ShieldedInstanceIdentity` class, with corresponding links to each version's documentation."],["The class offers two constructors, one default and another that takes a `ShieldedInstanceIdentity` object as a parameter for copying values."]]],[]]