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
Name Description
blob byte

The blob to sign.

cancellationToken CancellationToken

The cancellation token.

Returns
Type Description
Taskstring

The base64 encoded signature.

Extension Method