[[["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\u003eTlsCertificate\u003c/code\u003e class is part of the Google Cloud Memorystore for Redis v1 API, and it is documented in the Google.Cloud.Redis.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods to handle TLS certificates, including properties for the certificate itself (Cert), its creation time (CreateTime), expiration time (ExpireTime), serial number (SerialNumber), and SHA1 fingerprint (Sha1Fingerprint).\u003c/p\u003e\n"],["\u003cp\u003eThe latest documented version of the class is 3.5.0, and prior versions back to 2.2.0 are available for reference, representing the different versions of the .NET API for this resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTlsCertificate\u003c/code\u003e class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements the \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Memorystore for Redis v1 API - Class TlsCertificate (3.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Redis.V1/latest/Google.Cloud.Redis.V1.TlsCertificate)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/3.4.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/3.3.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/3.2.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/3.1.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/3.0.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/2.5.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/2.4.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/2.3.0/Google.Cloud.Redis.V1.TlsCertificate)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Redis.V1/2.2.0/Google.Cloud.Redis.V1.TlsCertificate) \n\n public sealed class TlsCertificate : IMessage\u003cTlsCertificate\u003e, IEquatable\u003cTlsCertificate\u003e, IDeepCloneable\u003cTlsCertificate\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class TlsCertificate.\n\nTlsCertificate Resource \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TlsCertificate \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TlsCertificate](/dotnet/docs/reference/Google.Cloud.Redis.V1/latest/Google.Cloud.Redis.V1.TlsCertificate), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TlsCertificate](/dotnet/docs/reference/Google.Cloud.Redis.V1/latest/Google.Cloud.Redis.V1.TlsCertificate), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TlsCertificate](/dotnet/docs/reference/Google.Cloud.Redis.V1/latest/Google.Cloud.Redis.V1.TlsCertificate), [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.Redis.V1](/dotnet/docs/reference/Google.Cloud.Redis.V1/latest/Google.Cloud.Redis.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Redis.V1.dll\n\nConstructors\n------------\n\n### TlsCertificate()\n\n public TlsCertificate()\n\n### TlsCertificate(TlsCertificate)\n\n public TlsCertificate(TlsCertificate other)\n\nProperties\n----------\n\n### Cert\n\n public string Cert { get; set; }\n\nPEM representation.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the certificate was created in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n### ExpireTime\n\n public Timestamp ExpireTime { get; set; }\n\nOutput only. The time when the certificate expires in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n### SerialNumber\n\n public string SerialNumber { get; set; }\n\nSerial number, as extracted from the certificate.\n\n### Sha1Fingerprint\n\n public string Sha1Fingerprint { get; set; }\n\nSha1 Fingerprint of the certificate."]]