Discuss this help topic in SecureBlackbox Forum

TElPKCS11AttributeList.Serialize

TElPKCS11AttributeList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Copies attribute list to buffer.

Declaration

[C#]
    void Serialize(IntPtr Buffer, ref int Size);

[VB.NET]
    Sub Serialize(ByVal Buffer As IntPtr, ByRef Size As Integer)

[Pascal]
    procedure Serialize(Buffer: pointer; var Size: integer);

[C++]
    void Serialize(void * Buffer, int32_t &Size);

[PHP]
    void Serialize(TSBPointer|array of byte|string|NULL $Buffer, integer &$Size)

[Java]
    void serialize(JNI$Pointer Buffer, int[] Size);

Parameters

  • Buffer - Buffer to which the attributes should be copied.
  • Size - Size of the buffer after copying.

Description

    Use this method to copy the attribute list to buffer.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum