public sealed class CertificateAuthority : IMessage<CertificateAuthority>, IEquatable<CertificateAuthority>, IDeepCloneable<CertificateAuthority>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1 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\u003eThe \u003ccode\u003eCertificateAuthority\u003c/code\u003e class in the Google Cloud Memorystore v1 API represents a certificate authority for an instance.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateAuthority\u003c/code\u003e class can be constructed either as a default instance or by copying an existing \u003ccode\u003eCertificateAuthority\u003c/code\u003e object, as shown by its two constructors.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eCertificateAuthorityName\u003c/code\u003e, \u003ccode\u003eManagedServerCa\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e to manage the details of a certificate authority, including its name, type, and identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe ServerCaCase property dictates what type of server case is being used for the instance.\u003c/p\u003e\n"]]],[],null,["# Memorystore v1 API - Class CertificateAuthority (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.CertificateAuthority)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/1.0.0-beta02/Google.Cloud.Memorystore.V1.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 v1 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.V1/latest/Google.Cloud.Memorystore.V1.CertificateAuthority), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CertificateAuthority](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.CertificateAuthority), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CertificateAuthority](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.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.V1](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1.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.V1/latest/Google.Cloud.Memorystore.V1.CertificateAuthorityName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.CertificateAuthority#Google_Cloud_Memorystore_V1_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; }"]]