public static void BindService(ServiceBinderBase serviceBinder, EkmService.EkmServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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."],[[["The `EkmService` class in the `Google.Cloud.Kms.V1` namespace provides functionality for managing external cryptographic keys within the Google Cloud Key Management Service."],["This documentation references version 3.9.0, but also provides links to numerous other versions, from 2.2.0 all the way up to the latest version 3.16.0."],["The `EkmService` class inherits from the `object` class and includes methods like `BindService`, which is used for creating service definitions that can be registered with a server."],["The Key Management EKM Service uses a REST model, and includes an `EkmConnection` object for managing operations with external keys."],["The `EkmService` class defines the `EkmServiceBase` object that is used to implement the server side handling logic in the methods."]]],[]]