Google Cloud Key Management Service v1 API - Class KeyManagementService (3.6.0)

public static class KeyManagementService

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

Google Cloud Key Management Service

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

  • [KeyRing][google.cloud.kms.v1.KeyRing]
  • [CryptoKey][google.cloud.kms.v1.CryptoKey]
  • [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
  • [ImportJob][google.cloud.kms.v1.ImportJob]

If you are using manual gRPC libraries, see Using gRPC with Cloud KMS.

Inheritance

object > KeyManagementService

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Methods

BindService(KeyManagementServiceBase)

public static ServerServiceDefinition BindService(KeyManagementService.KeyManagementServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplKeyManagementServiceKeyManagementServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, KeyManagementServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, KeyManagementService.KeyManagementServiceBase 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.

serviceImplKeyManagementServiceKeyManagementServiceBase

An object implementing the server-side handling logic.