public interface IBlobSignerRepresents a data blob signer.
Namespace
Google.Apis.Auth.OAuth2Assembly
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 |
System.ByteThe blob to sign. |
cancellationToken |
CancellationTokenThe cancellation token. |
| Returns | |
|---|---|
| Type | Description |
Taskstring |
The base64 encoded signature. |