public sealed class CreateChallengeRequest : IMessage<CreateChallengeRequest>, IEquatable<CreateChallengeRequest>, IDeepCloneable<CreateChallengeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1 API class CreateChallengeRequest.
[[["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 document provides reference documentation for the `CreateChallengeRequest` class within the Confidential Computing v1 API in the .NET environment."],["The `CreateChallengeRequest` class is a message type used to create a Challenge, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateChallengeRequest` class has two constructors: a default constructor and one that accepts another `CreateChallengeRequest` object."],["Key properties of the `CreateChallengeRequest` class include `Challenge`, representing the challenge to be created, `Parent`, indicating the resource location, and `ParentAsLocationName`, a typed view of the parent resource."],["The documentation shows the latest version of the API is 1.8.0 and goes as far back as version 1.0.0, showcasing past releases."]]],[]]