SharedKeyLiteAuthenticationHandler(ICanonicalizer, StorageCredentials, String)
SharedKeyLiteAuthenticationHandler(ICanonicalizer, StorageCredentials, String)
SharedKeyLiteAuthenticationHandler(ICanonicalizer, StorageCredentials, String)
SharedKeyLiteAuthenticationHandler(ICanonicalizer, StorageCredentials, String)
SharedKeyLiteAuthenticationHandler(ICanonicalizer, StorageCredentials, String)
SharedKeyLiteAuthenticationHandler(ICanonicalizer, StorageCredentials, String)
Constructor
Definition
Initializes a new instance of the SharedKeyLiteAuthenticationHandler class.
public:
SharedKeyLiteAuthenticationHandler(Microsoft::WindowsAzure::Storage::Core::Auth::ICanonicalizer ^ canonicalizer, Microsoft::WindowsAzure::Storage::Auth::StorageCredentials ^ credentials, System::String ^ resourceAccountName);
public:
SharedKeyLiteAuthenticationHandler(Microsoft::WindowsAzure::Storage::Core::Auth::ICanonicalizer ^ canonicalizer, Microsoft::WindowsAzure::Storage::Auth::StorageCredentials ^ credentials, Platform::String ^ resourceAccountName);
SharedKeyLiteAuthenticationHandler(Microsoft::WindowsAzure::Storage::Core::Auth::ICanonicalizer const & canonicalizer, Microsoft::WindowsAzure::Storage::Auth::StorageCredentials const & credentials, std::wstring const & resourceAccountName);
public SharedKeyLiteAuthenticationHandler (Microsoft.WindowsAzure.Storage.Core.Auth.ICanonicalizer canonicalizer, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials, string resourceAccountName);
new Microsoft.WindowsAzure.Storage.Auth.Protocol.SharedKeyLiteAuthenticationHandler : Microsoft.WindowsAzure.Storage.Core.Auth.ICanonicalizer * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials * string -> Microsoft.WindowsAzure.Storage.Auth.Protocol.SharedKeyLiteAuthenticationHandler
Public Sub New (canonicalizer As ICanonicalizer, credentials As StorageCredentials, resourceAccountName As String)
Parameters
- canonicalizer
- ICanonicalizer ICanonicalizer ICanonicalizer ICanonicalizer ICanonicalizer ICanonicalizer
A canonicalizer that converts HTTP request data into a standard form appropriate for signing.
- credentials
- StorageCredentials StorageCredentials StorageCredentials StorageCredentials StorageCredentials StorageCredentials
A StorageCredentials object providing credentials for the request.
The name of the storage account that the HTTP request will access.