EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


FormatAttributeValue

Declared in     See also    


 

Use this function to format the attribute value accordingly to your attribute specification. It is obligatory to use this function when setting attribute value in order to create a valid ASN.1 structure

 
 

Declaration

[C#]
    static byte[] FormatAttributeValue(int TagID, byte[] Value);

[VB.NET]
    Public Shared Function FormatAttributeValue(ByVal TagID As Integer, ByVal Value As Byte()) As Byte()

[Pascal]
    function FormatAttributeValue(TagID : integer; Value : BufferType) : BufferType;

[VB6]
    Function IElPKCS7AttributesX.FormatAttributeValue(TagID As Long, Value As Byte())

[ActiveX]
    HRESULT _stdcall IElPKCS7AttributesX.FormatAttributeValue([in] long TagID, [in] VARIANT Value, [out, retval] VARIANT * ResultValue );

[DLL]
    __stdcall BOOL SBFormatAttributeValue(int nTagID, void* pInBuffer, int nInSize, void* pOutBuffer, int* nOutSize);
 
 

Parameters

  • [DLL]pInBuffer - attribute value
  • [DLL]nInSize - size of the pInBuffer
  • [DLL]pOutBuffer - formatted attribute value.
  • [DLL]nOutSize - size of the pOutBuffer
  • TagID (nTagID) - ASN.1 tag identifier.
  • Value - attribute value.
 
 

Declared in

.NET:

  • Namespace: SBASN1Tree.Unit
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBASN1Tree
ActiveX/DLL:
  • SBB 5 interface module: PKIBBox.dll
  • SBB 6 interface module: BaseBBox6.dll
  • SBB 7 interface module: BaseBBox7.dll
 
 

See also:     UnformatAttributeValue    

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