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-03-21 UTC."],[[["This page provides reference documentation for the `UrlSigner.BlobSignerParameters` class within the Google Cloud Storage v1 API, specifically focusing on version 4.9.0 but also listing links to older versions all the way back to version 3.4.0 and up to the latest version 4.11.0."],["The `UrlSigner.BlobSignerParameters` class defines parameters used by an `IBlobSigner` for deriving a signing key, including properties such as `Region`, `RequestType`, `Service`, and `SignatureTimestamp`."],["The class inherits from `object`, and it provides a static method `ForTimestamp` to create a new instance of `UrlSigner.BlobSignerParameters` for a given `DateTimeOffset`, which is the request date time to be used for deriving the signing key."],["The documentation provides details on the various versions of this API in the form of links, allowing users to navigate to any version they wish, highlighting the availability of all versions ranging from 3.4.0 to 4.11.0."]]],[]]