public sealed class AppleDeveloperId : IMessage<AppleDeveloperId>, IEquatable<AppleDeveloperId>, IDeepCloneable<AppleDeveloperId>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AppleDeveloperId.
Contains fields that are required to perform Apple-specific integrity checks.
Required. Input only. A private key (downloaded as a text file with a .p8
file extension) generated for your Apple Developer account. Ensure that
Apple DeviceCheck is enabled for the private key.
[[["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 documentation covers the `AppleDeveloperId` class within the Google Cloud reCAPTCHA Enterprise v1 API for .NET, which is essential for performing Apple-specific integrity checks."],["The latest version documented for this specific class is 2.17.0, with versions ranging from 1.2.0 all the way up to this latest version, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AppleDeveloperId` class requires three main properties to be configured: `KeyId`, `PrivateKey`, and `TeamId`, all of which are strings, and are critical for the integrity checks."],["The documented `AppleDeveloperId` class has two constructors, one that is parameterless, and the other taking another `AppleDeveloperId` object as a parameter."]]],[]]