Enum SigningVersion (3.7.0)

public 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.