Share via


cloud_client::set_authentication_scheme Method

Sets the authentication scheme to use to sign HTTP requests.

virtual void set_authentication_scheme(
   azure::storage::authentication_scheme value
);

Parameters

  • value
    The authentication scheme to use to sign HTTP requests.

Requirements

Header: service_client.h

Namespace: azure::storage

See Also

Reference

cloud_client Class