Discuss this help topic in SecureBlackbox Forum

TElNameConstraint.Base

TElNameConstraint     


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


This property specifies the base for a subtree.

Declaration

[C#]
    TElGeneralName Base;

[VB.NET]
    Property Base As TElGeneralName

[Pascal]
    property Base : TElGeneralName;

[C++]
    TElGeneralName* get_Base();

[PHP]
    TElGeneralName get_Base()

[Java]
    TElGeneralName getBase();

Description

    This property specifies the base of subtree in form of GeneralName.

Discuss this help topic in SecureBlackbox Forum