Certificate data for a SelfManaged Certificate.
SelfManaged Certificates are uploaded by the user. Updating such
certificates before they expire remains the user's responsibility.
[[["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 page details the `SelfManagedCertificate` class within the `Google.Cloud.CertificateManager.V1` namespace, specifically for the .NET environment, with the latest version being 2.8.0 and a current beta version at 1.0.0-beta02."],["`SelfManagedCertificate` represents certificate data for user-uploaded certificates, placing the responsibility on the user to update them before expiration."],["The `SelfManagedCertificate` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from `Object`."],["The class includes properties `PemCertificate` and `PemPrivateKey`, both string type properties to handle the PEM-encoded certificate chain and the private key of the certificate respectively."],["The SelfManagedCertificate class has two constructors: a default one with no arguments, and one that accepts a Certificate.Types.SelfManagedCertificate object as an argument."]]],[]]