Represents the capability of signing a blob in a suitable form for Google Cloud Storage signed URLs.
This allows testing URL signing without credentials being available, as well as using Google Cloud IAM
to sign blobs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of the `IBlobSigner` interface is 4.11.0, and the page provides links to documentation for versions ranging from 3.4.0 to 4.11.0."],["The `IBlobSigner` interface enables signing blobs for Google Cloud Storage signed URLs, allowing for testing URL signing without credentials and the use of Google Cloud IAM."],["The `IBlobSigner` interface exposes a `string Id { get; }` property, that reveals the signer's identity, which is typically an email address."],["It also provides the methods `string CreateSignature(byte[] data)` and `Task\u003cstring\u003e CreateSignatureAsync(byte[] data, CancellationToken cancellationToken)` to sign blobs synchronously and asynchronously respectively, returning a base64 text signature."]]],[]]