Discuss this help topic in SecureBlackbox Forum

TElDistributionPoint.Name

TElDistributionPoint     See also     


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


This property is used to identify the Distribution point.

Declaration

[C#]
    TElGeneralNames Name;

[VB.NET]
    Property Name As TElGeneralNames

[Pascal]
    property Name : TElGeneralNames;

[C++]
    TElGeneralNames* get_Name();

[PHP]
    TElGeneralNames get_Name()

[Java]
    TElGeneralNames getName();

Description

    This property is used to identify the distribution point in form of list of GeneralName objects Use Add method to add new names. For this property to be written to the certificate, the corresponding flag must be turned on in the Included.

See also:     CRLIssuer     ReasonFlags    

Discuss this help topic in SecureBlackbox Forum