EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRelativeDistinguishedName.OIDs

TElRelativeDistinguishedName     See also    


 

This method retrieves a single Object Identifier from the list.

 
 

Declaration

[C#]
    public byte[] OIDs[int Index];

[VB.NET]
    Property OIDs(ByVal Index As Integer) As Byte()

[Pascal]
    property OIDs[Index : integer] : string;

[VB6]
    Sub IElRelativeDistinguishedNameX.SetOID(Index As Long, Value As String)
    Function IElRelativeDistinguishedNameX.GetOID(Index As Long) As String

[ActiveX]
    HRESULT _stdcall IElRelativeDistinguishedNameX.SetOID([in] long Index, [in] BSTR Value );
    HRESULT _stdcall IElRelativeDistinguishedNameX.GetOID([in] long Index, [out, retval] BSTR * Value );

[DLL]
    __stdcall BOOL SBRelativeDistinguishedNameSetOID(HANDLE hName, int Index, void* pBuffer, int nSize);
    __stdcall BOOL SBRelativeDistinguishedNameGetOID(HANDLE hName, int Index, void* pBuffer, int* nSize);
 
 

Parameters

  • Index - Index of the item in the list
  • [DLL]hName - handle returned by SBX509GetIssuerRDN or SBX509GetSubjectRDN
  • [DLL]pBuffer - buffer with data
  • [DLL]nSize - size of the pBuffer
 
 

Description

    Use this method to obtain the Object Identifier corresponding to Index-th pair in the list.

 
 

See also:     Values

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