Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.OtherExtensions

TElCertificateExtensions     See also     


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


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

Declaration

[C#]
    TElCustomExtension OtherExtensions[int Index];

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

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

[C++]
    TElCustomExtension* get_OtherExtensions(int32_t Index);

[PHP]
    TElCustomExtension get_OtherExtensions(integer $Index)

[Java]
    not available

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    

Discuss this help topic in SecureBlackbox Forum