Discuss this help topic in SecureBlackbox Forum

TElDistributionPoint.Included

TElDistributionPoint     See also     


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


Specifies, which of TElDistributionPoint properties are written to the certificate.

Declaration

[C#]
    TElDistributionPointParameters Included;

[VB.NET]
    Property Included As TElDistributionPointParameters

[Pascal]
    property Included : TElDistributionPointParameters;
    TElDistributionPointParameters = set of TElDistributionPointParameter;

[C++]
    TElDistributionPointParameters get_Included();
    void set_Included(TElDistributionPointParameters Value);

[PHP]
    integer get_Included()
    void set_Included(integer $Value)

[Java]
    short getIncluded();
    void setIncluded(short Value);

Properties which may be written to the certificate:

TElDistributionPointParameters values

Description

    Use this property to specify which of TElDistributionPoint properties are written to the certificate. Turn on the specific bits to include the corresponding properties: Name, CRLIssuer, and ReasonFlags.

See also:     Name     CRLIssuer     ReasonFlags    

Discuss this help topic in SecureBlackbox Forum