[BindServiceMethod(typeof(PublicCertificateAuthorityService), "BindService")]
public abstract class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBaseReference documentation and code samples for the Public Certificate Authority v1beta1 API class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase.
Base class for server-side implementations of PublicCertificateAuthorityService
Namespace
Google.Cloud.Security.PublicCA.V1Beta1Assembly
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 |
CreateExternalAccountKeyRequestThe request received from the client. |
context |
ServerCallContextThe 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). |