EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRelativeDistinguishedName.Values

TElRelativeDistinguishedName     See also    


 

This property returns a single value from the pair list.

 
 

Declaration

[C#]
     byte[] Values[int Index];

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

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

[VB6]
    Sub IElRelativeDistinguishedNameX.SetValue(Index As Long, Value As String)
    Function IElRelativeDistinguishedNameX.GetValue(Index As Long) As String

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

[DLL]
    __stdcall BOOL SBRelativeDistinguishedNameSetValue(HANDLE hName, int Index, void* pBuffer, int nSize);
    __stdcall BOOL SBRelativeDistinguishedNameGetValue(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 property to obtain a value corresponding to Index-th pair in the list.

 
 

See also:     OIDs

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