public enum SigningVersionReference 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.V1Assembly
Google.Cloud.Storage.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |