EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


GetAlgorithmNameByAlgorithm

Declared in     See also    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

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

Declared in

.NET:

  • Namespace: SBUtils.Unit
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBUtils
ActiveX/DLL:
  • not implemented
 
 

See also:     GetAlgorithmNameByOID    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation