Google Cloud Key Management Service v1 API - Class EkmService (3.5.0)

public static class EkmService

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class EkmService.

Google Cloud Key Management EKM Service

Manages external cryptographic keys and operations using those keys. Implements a REST model with the following objects:

  • [EkmConnection][google.cloud.kms.v1.EkmConnection]

Inheritance

object > EkmService

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Methods

BindService(EkmServiceBase)

public static ServerServiceDefinition BindService(EkmService.EkmServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplEkmServiceEkmServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, EkmServiceBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplEkmServiceEkmServiceBase

An object implementing the server-side handling logic.