Share via


cloud_blob_client::set_authentication_scheme Method

Sets the authentication scheme to use to sign HTTP requests.

WASTORAGE_API void set_authentication_scheme(
   azure::storage::authentication_scheme value
) override;

Parameters

  • value
    The authentication scheme.

Return Value

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_blob_client Class