public sealed class CertificateAuthority : IMessage<CertificateAuthority>, IEquatable<CertificateAuthority>, IDeepCloneable<CertificateAuthority>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1beta API class CertificateAuthority.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eCertificateAuthority\u003c/code\u003e class within the Memorystore v1beta API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateAuthority\u003c/code\u003e class, which represents a certificate authority for a Memorystore instance, inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of the \u003ccode\u003eCertificateAuthority\u003c/code\u003e class available: 1.0.0-beta02 (latest) and 1.0.0-beta01, with the documentation specifying the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateAuthority\u003c/code\u003e class offers properties such as \u003ccode\u003eCertificateAuthorityName\u003c/code\u003e, \u003ccode\u003eManagedServerCa\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e to manage and identify the certificate authority, with two constructor options.\u003c/p\u003e\n"],["\u003cp\u003eThe class resides within the \u003ccode\u003eGoogle.Cloud.Memorystore.V1Beta\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.Memorystore.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Memorystore v1beta API - Class CertificateAuthority (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.CertificateAuthority)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/1.0.0-beta01/Google.Cloud.Memorystore.V1Beta.CertificateAuthority) \n\n public sealed class CertificateAuthority : IMessage\u003cCertificateAuthority\u003e, IEquatable\u003cCertificateAuthority\u003e, IDeepCloneable\u003cCertificateAuthority\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Memorystore v1beta API class CertificateAuthority.\n\nA certificate authority for an instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CertificateAuthority \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CertificateAuthority](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.CertificateAuthority), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CertificateAuthority](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.CertificateAuthority), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CertificateAuthority](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.CertificateAuthority), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Memorystore.V1Beta](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1Beta.dll\n\nConstructors\n------------\n\n### CertificateAuthority()\n\n public CertificateAuthority()\n\n### CertificateAuthority(CertificateAuthority)\n\n public CertificateAuthority(CertificateAuthority other)\n\nProperties\n----------\n\n### CertificateAuthorityName\n\n public CertificateAuthorityName CertificateAuthorityName { get; set; }\n\n[CertificateAuthorityName](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.CertificateAuthorityName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.CertificateAuthority#Google_Cloud_Memorystore_V1Beta_CertificateAuthority_Name) resource name property.\n\n### ManagedServerCa\n\n public CertificateAuthority.Types.ManagedCertificateAuthority ManagedServerCa { get; set; }\n\nA managed server certificate authority.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. Unique name of the certificate authority.\nFormat:\nprojects/{project}/locations/{location}/instances/{instance}\n\n### ServerCaCase\n\n public CertificateAuthority.ServerCaOneofCase ServerCaCase { get; }"]]