Public Certificate Authority v1beta1 API - Class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase (1.0.0-beta05)

[BindServiceMethod(typeof(PublicCertificateAuthorityService), "BindService")]
public abstract class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase

Reference documentation and code samples for the Public Certificate Authority v1beta1 API class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase.

Base class for server-side implementations of PublicCertificateAuthorityService

Inheritance

object > PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase

Namespace

Google.Cloud.Security.PublicCA.V1Beta1

Assembly

Google.Cloud.Security.PublicCA.V1Beta1.dll

Methods

CreateExternalAccountKey(CreateExternalAccountKeyRequest, ServerCallContext)

public virtual Task<ExternalAccountKey> CreateExternalAccountKey(CreateExternalAccountKeyRequest request, ServerCallContext context)

Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.

Parameters
Name Description
request CreateExternalAccountKeyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskExternalAccountKey

The response to send back to the client (wrapped by a task).