EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificatePoliciesExtention.PolicyInformation

TElCertificatePoliciesExtention     See also    


 

This property gives access to Policy Information elements in the list.

 
 

Declaration

[C#]
    TElSinglePolicyInformation PolicyInformation[int Index];

[VB.NET]
    Property PolicyInformation(ByVal Index As Integer) As TElSinglePolicyInformation

[Pascal]
    property PolicyInformation[Index : integer] : TElSinglePolicyInformation;

[VB6]
    Function IElCertificatePoliciesExtensionX.GetPolicyInformation(Index As Long) As IElSinglePolicyInformationX
    Function IElCertificatePoliciesExtensionX.AddPolicyInformation() As Long

[ActiveX]
    HRESULT _stdcall IElCertificatePoliciesExtensionX.GetPolicyInformation([in] long Index, [out, retval] IElSinglePolicyInformationX ** Info );
    HRESULT _stdcall IElCertificatePoliciesExtensionX.AddPolicyInformation([out, retval] long * Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

    Use this property to access single Policy Information element in the list.

 
 

See also:     Count     Remove    

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