DSAzure.TSharedKeyAuthorization.IsHMAC_SHA256Avail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsHMAC_SHA256Avail: boolean;

C++

__classmethod bool __fastcall IsHMAC_SHA256Avail();

Properties

Type Visibility Source Unit Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TSharedKeyAuthorization

Description

Returns True if the HMAC SHA 256 algorithm is available.

IsHMAC_SHA256Avail returns the value as it is held by IdFIPS.IsHMACSHA256Avail, which returns True if the HMAC SHA 256 algorithm is available for use. Returning True is a prerequisite for the successful invocation of the HMAC_SHA256 function.