public virtual Task<ListCryptoKeysResponse> ListCryptoKeys(ListCryptoKeysRequest request, ServerCallContext context)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.
Note that this data is sourced from snapshots, meaning it may not
completely reflect the actual state of key metadata at call time.
[[["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 documentation covers the `KeyDashboardService.KeyDashboardServiceBase` class, which is the base for server-side implementations of the `KeyDashboardService` within the KMS Inventory v1 API."],["The documentation is available for multiple versions, ranging from version 1.0.0 to the latest version 1.4.0, with version 1.3.0 being specifically highlighted."],["The `KeyDashboardService.KeyDashboardServiceBase` class inherits from the `object` class and has inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ListCryptoKeys` method, part of this class, retrieves cryptographic keys managed by Cloud KMS within a Cloud project, but the data is from snapshots and might not reflect real-time metadata."],["The `ListCryptoKeys` method requires a `ListCryptoKeysRequest` and `ServerCallContext` as parameters and returns a `Task\u003cListCryptoKeysResponse\u003e`, containing the response to send back to the client."]]],[]]