[BindServiceMethod(typeof(ValidationHelperV1), "BindService")]
public abstract class ValidationHelperV1BaseBase class for server-side implementations of ValidationHelperV1
Namespace
Google.Cloud.BinaryAuthorization.V1Assembly
Google.Cloud.BinaryAuthorization.V1.dll
Methods
ValidateAttestationOccurrence(ValidateAttestationOccurrenceRequest, ServerCallContext)
public virtual Task<ValidateAttestationOccurrenceResponse> ValidateAttestationOccurrence(ValidateAttestationOccurrenceRequest request, ServerCallContext context)Returns whether the given Attestation for the given image URI was signed by the given Attestor
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateAttestationOccurrenceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ValidateAttestationOccurrenceResponse> |
The response to send back to the client (wrapped by a task). |