Interface IBlobSigner (1.60.0)

public interface IBlobSigner

Represents a data blob signer.

Namespace

GoogleApisAuthOAuth2

Assembly

Google.Apis.Auth.dll

Methods

SignBlobAsync(byte[], CancellationToken)

Task<string> SignBlobAsync(byte[] blob, CancellationToken cancellationToken = default)

Returns the base64 encoded signature of the given blob.

Parameters
NameDescription
blobbyte

The blob to sign.

cancellationTokenCancellationToken

The cancellation token.

Returns
TypeDescription
Taskstring

The base64 encoded signature.

Extension Method