Discuss this help topic in SecureBlackbox Forum

GetAlgorithmNameByAlgorithm

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  


Use this function to get algorithm name by the corresponding integer constant.

Declaration

[C#]
    string GetAlgorithmNameByAlgorithm(int Algorithm);

[VB.NET]
    Function GetAlgorithmNameByAlgorithm(ByVal Algorithm As Integer) As String

[Pascal]
    function GetAlgorithmNameByAlgorithm(const Algorithm : integer) : string;

[C++]
    void GetAlgorithmNameByAlgorithm(int32_t Algorithm, std::string & OutResult);

Parameters

  • Algorithm - value of the constant which corresponds to the algorithm

Description

Declared in

.NET:
  • Namespace: SBConstants
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBConstants
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbconstants.h

See also:     GetAlgorithmNameByOID    

Discuss this help topic in SecureBlackbox Forum