▼NAzure | Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512 |
▼NCore | |
▼NCredentials | |
CAccessToken | An access token is used to authenticate requests |
CAuthenticationException | An exception that gets thrown when an authentication error occurs |
CTokenCredential | A base type of credential that uses Azure::Core::AccessToken to authenticate requests |
CTokenCredentialOptions | Client options for Azure::Core::Credentials::TokenCredential |
CTokenRequestContext | Context for getting token |
▼NCryptography | |
CHash | Represents the base class for hash algorithms which map binary data of an arbitrary length to small binary data of a fixed length |
CMd5Hash | Represents the class for the MD5 hash function which maps binary data of an arbitrary length to small binary data of a fixed length |
▼NDiagnostics | |
CLogger | Log message handler |
▼NHttp | |
▼NPolicies | |
CHttpPolicy | HTTP policy base class |
CLogOptions | Log options that parameterize the information being logged |
CNextHttpPolicy | The next HTTP policy in the stack sequence of policies |
CRetryOptions | The set of options that can be specified to influence how retry attempts are made, and a failure is eligible to be retried |
CTelemetryOptions | Telemetry options, used to configure telemetry parameters |
CTransportOptions | HTTP transport options parameterize the HTTP transport adapter being used |
CCurlConnection | CURL HTTP connection |
CCurlNetworkConnection | Interface for the connection to the network with Curl |
CCurlSession | Stateful component that controls sending an HTTP Request with libcurl over the wire |
CCurlTransport | Concrete implementation of an HTTP Transport that uses libcurl |
CCurlTransportOptions | Set the libcurl connection options like a proxy and CA path |
CCurlTransportSslOptions | The available options to set libcurl SSL options |
CHttpMethod | The method to be performed on the resource identified by the Request |
CHttpRange | The range of bytes within an HTTP resource |
CHttpTransport | Base class for all HTTP transport implementations |
CRawResponse | After receiving and interpreting a request message, a server responds with an HTTP response message |
CRequest | A request message from a client to a server |
CTransportException | An error while sending the HTTP request with the transport adapter |
CWinHttpTransport | Concrete implementation of an HTTP transport that uses WinHTTP when sending and receiving requests and responses over the wire |
CWinHttpTransportOptions | Sets the WinHTTP session and connection options used to customize the behavior of the transport |
▼NIO | |
CBodyStream | Used to read data to/from a service |
CFileBodyStream | A concrete implementation of Azure::Core::IO::BodyStream used for reading data from a file |
CMemoryBodyStream | Azure::Core::IO::BodyStream providing data from an initialized memory buffer |
CProgressBodyStream | A concrete implementation of Azure::Core::IO::BodyStream that wraps another stream and reports progress |
▼NTracing | |
CTracerProvider | Trace Provider - factory for creating Tracer objects |
▼CContext | A context is a node within a unidirectional tree that represents deadlines and key/value pairs |
CKey | A key used to store and retrieve data in an Azure::Core::Context object |
CConvert | Used to convert one form of data into another, for example encoding binary data into Base64 encoded octets |
COperation | Methods starting long-running operations return Operation<T> types |
COperationCancelledException | An exception thrown when an operation is cancelled |
COperationStatus | Long-running operation states |
CPagedResponse | The base type and behavior for a paged response |
CRequestFailedException | An error while trying to send a request to Azure service |
CResourceIdentifier | An Azure Resource Manager resource identifier |
CUrl | Represents the location where a request will be performed |
CUuid | Universally unique identifier |
CDateTime | Manages date and time in standardized string formats |
CETag | Represents an HTTP validator |
CMatchConditions | Specifies HTTP options for conditional requests |
CModifiedConditions | Specifies HTTP options for conditional requests based on modification time |
CNullable | Manages an optional contained value, i.e. a value that may or may not be present |
CResponse | Represents the result of an Azure operation over HTTP by wrapping the raw HTTP response from a request made to the service into a response of a specific type |