EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.AddGeneratedObject

TElPKCS11SessionInfo     See also    


 

Adds previously generated object to the session.

 
 

Declaration

[C#]
    int AddGeneratedObject(int Handle)

[VB.NET]
    Function AddGeneratedObject(ByVal Handle As Integer) As Integer

[Pascal]
    function AddGeneratedObject(Handle : LongWord) : integer;

[VB6]
    Function IElPKCS11SessionInfoX7.AddGeneratedObject(Handle As Long) As Long

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX7.AddGeneratedObject([in] long Handle, [out, retval] long * Value);

[DLL]
    not implemented;
 
 

Parameters

  • Handle - handle of the Cryptoki object
 
 

Return value

    Index of the newly added object in the list.

 
 

Description

    Call this method to add a Cryptoki object to the session.

 
 

See also:     Objects     AddObject     GetObjectByHandle     RemoveObjectByHandle    

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