EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRelativeDistinguishedName.Count

TElRelativeDistinguishedName     See also    


 

This property specifies the number of pairs in the list.

 
 

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[VB6]
    Property IElRelativeDistinguishedNameX.Count As Long

[ActiveX]
    HRESULT _stdcall IElRelativeDistinguishedNameX.Count([out, retval] long * Value );
    HRESULT _stdcall IElRelativeDistinguishedNameX.Count([in] long Value );

[DLL]
    __stdcall BOOL SBRelativeDistinguishedNameSetCount(HANDLE hName, int Count);
    __stdcall int SBRelativeDistinguishedNameGetCount(HANDLE hName);
 
 

Parameters

  • [DLL]hName - handle returned by SBX509GetIssuerRDN or SBX509GetSubjectRDN
 
 

Description

    Use this property to get/set the number of (ObjectID, Value) pairs in the list.

 
 

See also:     OIDs     Values    

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