Google Cloud Storage v1 API - Enum SigningVersion (4.10.0)

public enum SigningVersion

Reference documentation and code samples for the Google Cloud Storage v1 API enum SigningVersion.

The algorithm version to use in UrlSigner. See SigningVersion and WithSigningVersion(SigningVersion) for usage.

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Fields

NameDescription
Default

The default signing version, where the version to use is chosen by the client library implementation.

V2

Always use V2 URL signing.

V4

Always use V4 URL signing.