A token to retrieve next page of results. Pass this value in
[ListCertificatesRequest.page_token][google.cloud.security.privateca.v1.ListCertificatesRequest.page_token]
to retrieve the next page of results.
[[["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\u003eListCertificatesResponse\u003c/code\u003e class is part of the Google Cloud Security PrivateCA v1 API and is used to handle the response for listing certificates.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListCertificatesResponse\u003c/code\u003e includes a list of \u003ccode\u003eCertificates\u003c/code\u003e, a \u003ccode\u003eNextPageToken\u003c/code\u003e for retrieving additional pages, and an \u003ccode\u003eUnreachable\u003c/code\u003e list for locations that could not be reached.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eListCertificatesResponse\u003c/code\u003e is version 3.9.0, with many previous versions dating back to 1.0.0, each version containing a link to its reference page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListCertificatesResponse\u003c/code\u003e also contains constructors, one default and another one that has a \u003ccode\u003eListCertificatesResponse\u003c/code\u003e as parameter, as well as methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate over the returned resources.\u003c/p\u003e\n"]]],[],null,["# Certificate Authority v1 API - Class ListCertificatesResponse (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.9.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.8.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.7.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.6.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.5.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.4.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.3.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.2.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.1.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/3.0.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/2.3.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/2.2.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/2.1.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/2.0.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/1.0.0/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse) \n\n public sealed class ListCertificatesResponse : IPageResponse\u003cCertificate\u003e, IEnumerable\u003cCertificate\u003e, IEnumerable, IMessage\u003cListCertificatesResponse\u003e, IEquatable\u003cListCertificatesResponse\u003e, IDeepCloneable\u003cListCertificatesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Certificate Authority v1 API class ListCertificatesResponse.\n\nResponse message for\n\\[CertificateAuthorityService.ListCertificates\\]\\[google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListCertificatesResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Certificate](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1.Certificate), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Certificate](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1.Certificate), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListCertificatesResponse](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListCertificatesResponse](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListCertificatesResponse](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1.ListCertificatesResponse), [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.Security.PrivateCA.V1](/dotnet/docs/reference/Google.Cloud.Security.PrivateCA.V1/latest/Google.Cloud.Security.PrivateCA.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Security.PrivateCA.V1.dll\n\nConstructors\n------------\n\n### ListCertificatesResponse()\n\n public ListCertificatesResponse()\n\n### ListCertificatesResponse(ListCertificatesResponse)\n\n public ListCertificatesResponse(ListCertificatesResponse other)\n\nProperties\n----------\n\n### Certificates\n\n public RepeatedField\u003cCertificate\u003e Certificates { get; }\n\nThe list of \\[Certificates\\]\\[google.cloud.security.privateca.v1.Certificate\\].\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve next page of results. Pass this value in\n\\[ListCertificatesRequest.page_token\\]\\[google.cloud.security.privateca.v1.ListCertificatesRequest.page_token\\]\nto retrieve the next page of results.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nA list of locations (e.g. \"us-west1\") that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCertificate\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]