Discuss this help topic in SecureBlackbox Forum

TElCertificatePoliciesExtension.Remove

TElCertificatePoliciesExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method removes a single PolicyInformation element from the list.

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index : integer);

[C++]
    void Remove(int32_t Index);

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - index of item in list

Description

    Call this method to remove the element from list. Element is specified with Index parameter. To add elements, increase the value of Count property.

See also:     Count     PolicyInformation    

Discuss this help topic in SecureBlackbox Forum