EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


UnformatAttributeValue

Declared in     See also    


 

Use this function to extract the real attribute value from the ASN.1 structure.

 
 

Declaration

[C#]
    static byte[] UnformatAttributeValue(byte[] Value, [out] ref int TagID);

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

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

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

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

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

Parameters

  • [DLL]pInBuffer - formatted attibute value.
  • [DLL]nInSize - size of the pInBuffer
  • [DLL]pOutBuffer - real 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:     FormatAttributeValue    

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