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-03-21 UTC."],[[["The latest version available for the `IBlobSigner` interface is 4.11.0, with multiple previous versions also listed."],["The `IBlobSigner` interface is used for signing blobs in a format suitable for Google Cloud Storage signed URLs, enabling URL signing in various scenarios."],["This interface includes a read-only `Id` property to get the signer's identity, typically an email address."],["It also offers both synchronous and asynchronous methods, `CreateSignature` and `CreateSignatureAsync`, for signing blobs using byte array input and returning a base64 signature."]]],[]]