DSAzure.TSharedKeyAuthorization.IsHMAC_SHA256Avail

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TSharedKeyAuthorization

Delphi

class function IsHMAC_SHA256Avail: boolean;

C++

__classmethod bool __fastcall IsHMAC_SHA256Avail();

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.