EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRelativeDistinguishedName.Remove

TElRelativeDistinguishedName     See also    


 

This method removes a single «OID=Value» pair from a list.

 
 

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index : integer);

[VB6]
    Sub IElRelativeDistinguishedNameX.Remove(Index As Long)

[ActiveX]
    HRESULT _stdcall IElRelativeDistinguishedNameX.Remove([in] long Index );

[DLL]
    __stdcall BOOL SBRelativeDistinguishedNameRemove(HANDLE hName, int Index);
 
 

Parameters

  • Index - Index of item in list
  • [DLL]hName - handle returned by SBX509GetIssuerRDN or SBX509GetSubjectRDN
 
 

Description

    Use this method to remove the Index-th (OID, Value) pair from list.

 
 

See also:     GetValuesByOID

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