public sealed class UrlSigner.BlobSignerParameters
Reference documentation and code samples for the Google Cloud Storage v1 API class UrlSigner.BlobSignerParameters.
Parameters that may be used by an IBlobSigner for deriving
a signing key.
Signers may ignore some or all of these parameters depending on
how the derive the signing key.
[[["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 `UrlSigner.BlobSignerParameters` class in the Google Cloud Storage v1 API provides parameters for deriving a signing key."],["The latest version of the API available is 4.11.0, with versions ranging from 3.4.0 up to it."],["Key properties include `Region`, `RequestType`, `Service`, and `SignatureTimestamp`, all of which are strings except for the last one being a `DateTimeOffset`."],["The `ForTimestamp` method allows the creation of a `UrlSigner.BlobSignerParameters` instance for a specific `DateTimeOffset`."],["The class inherits from the `object` class, with inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]