EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCertificateExtensions.OtherExtensions

ElCertificateExtensions     See also    


 

This property is used to access a single non-standard extension included to certificate.

 
 

Declaration

[C#]
    ElCustomExtension OtherExtensions[int Index];

[VB.NET]
    Property OtherExtensions(ByVal Index As Integer) As ElCustomExtension

[Pascal]
    property OtherExtensions[Index : integer] : TElCustomExtension;

[VB6]
    Function IElCertificateExtensionsX.GetOtherExtension(Index As Long) As IElCustomExtensionX
    Function IElCertificateExtensionsX.AddOtherExtension() As Long

[ActiveX]
    HRESULT _stdcall IElCertificateExtensionsX.GetOtherExtension([in] long Index, [out, retval] IElCustomExtensionX ** Result );
    HRESULT _stdcall IElCertificateExtensionsX.AddOtherExtension([out, retval] long * Result );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the non-standard extension.
 
 

Description

    Use this property to access the single non-standard extension included to certificate. Extension is specified by Index parameter. To add extension, change Count property. To remove specific extension, use RemoveOther method

 
 

See also:     OtherCount     RemoveOther    

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