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-03-21 UTC."],[[["This page details the `BlobSignerParameters` class within the `Google.Cloud.Storage.V1` namespace, used for deriving signing keys in various versions of the .NET library."],["The latest version documented is 4.11.0, and the page contains version history dating back to 3.4.0, allowing users to access documentation relevant to their specific library version."],["`BlobSignerParameters` class includes properties like `Region`, `RequestType`, `Service`, and `SignatureTimestamp`, all of which are of string type except for `SignatureTimestamp` which is a `DateTimeOffset`, and are used to derive the signing key."],["The `ForTimestamp` static method provides a way to create a new `BlobSignerParameters` instance with a specified `DateTimeOffset`, helping to easily set the request time needed for key derivation."]]],[]]