Discuss this help topic in SecureBlackbox Forum

TElAlternativeNameExtension.Content

TElAlternativeNameExtension     


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


This property contains the Alternative Name information.

Declaration

[C#]
    TElGeneralNames Content;

[VB.NET]
    Property Content As TElGeneralNames

[Pascal]
    property Content : TElGeneralNames;

[C++]
    TElGeneralNames* get_Content();

[PHP]
    TElGeneralNames get_Content()

[Java]
    TElGeneralNames getContent();

Description

This property contains the Alternative Name information in a form of GeneralName.

Discuss this help topic in SecureBlackbox Forum