EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


GetAlgorithmNameByOID

Declared in     See also    


 

Use this function to get algorithm name by its IOD.

 
 

Declaration

[C#]
    string GetAlgorithmNameByOID(byte[] Algorithm);

[VB.NET]
    Function GetAlgorithmNameByOID(ByVal Algorithm As Byte()) As String

[Pascal]
    function GetAlgorithmNameByOID(const Algorithm: BufferType) : string;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • OID - contains OID of the desired algorithm
 
 

Declared in

.NET:

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

See also:     GetAlgorithmNameByAlgorithm    

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