public sealed class ManagedCertificate : IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, IDeepCloneable<ManagedCertificate>, IBufferMessage, IMessage
Time at which the certificate was last renewed. The renewal process is
fully managed. Certificate renewal will automatically occur before the
certificate expires. Renewal errors can be tracked via ManagementStatus.
[[["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 details the `ManagedCertificate` class, a component of the Google Cloud App Engine V1 within the .NET framework, specifically in version 1.1.0."],["The `ManagedCertificate` class is used for handling certificates managed by App Engine and is available in versions ranging from 1.0.0 up to the latest, 2.4.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities in message handling and object management."],["Key properties of the `ManagedCertificate` include `LastRenewalTime`, indicating the last certificate renewal, and `Status`, providing information about the management status of the certificate."],["The `ManagedCertificate` has two constructors: a default parameterless constructor and one that takes in another `ManagedCertificate` as a parameter."]]],[]]