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."],[[["This page provides documentation for the `UrlSigner.BlobSignerParameters` class within the Google Cloud Storage v1 API, specifically version 4.10.0, as well as links to previous versions and the latest version 4.11.0."],["`BlobSignerParameters` is a class that defines parameters used by an `IBlobSigner` to generate a signing key, some or all of which might be ignored by specific signers."],["The class includes properties such as `Region`, `RequestType`, `Service`, and `SignatureTimestamp`, all of which are used to help derive a signing key and are of type `string`, except for `SignatureTimestamp`, which is a `DateTimeOffset`."],["The `ForTimestamp` method allows for the creation of a new `UrlSigner.BlobSignerParameters` instance, where you can specify the `DateTimeOffset` to use for the signing key."],["The page also references inherited members and includes links to their corresponding documentation, along with the namespace (`Google.Cloud.Storage.V1`) and assembly (`Google.Cloud.Storage.V1.dll`) where this class is found."]]],[]]