Discuss this help topic in SecureBlackbox Forum

TElPolicyConstraintsExtension.RequireExplicitPolicy

TElPolicyConstraintsExtension     See also     


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


If the requireExplicitPolicy field is present, subsequent certificates shall include an acceptable policy identifier. The value of requireExplicitPolicy indicates the number of additional certificates that may appear in the path before an explicit policy is required. An acceptable policy identifier is the identifier of a policy required by the user of the certification path or the identifier of a policy which has been declared equivalent through policy mapping.

Declaration

[C#]
    int RequireExplicitPolicy;

[VB.NET]
    Property RequireExplicitPolicy As Integer

[Pascal]
    property RequireExplicitPolicy : integer;

[C++]
    int32_t get_RequireExplicitPolicy();
    void set_RequireExplicitPolicy(int32_t Value);

[PHP]
    integer get_RequireExplicitPolicy()
    void set_RequireExplicitPolicy(integer $Value)

[Java]
    int getRequireExplicitPolicy();
    void setRequireExplicitPolicy(int Value);

Description

    If the requireExplicitPolicy field is present, subsequent certificates shall include an acceptable policy identifier. The value of requireExplicitPolicy indicates the number of additional certificates that may appear in the path before an explicit policy is required. An acceptable policy identifier is the identifier of a policy required by the user of the certification path or the identifier of a policy which has been declared equivalent through policy mapping.

See also:     InhibitPolicyMapping    

Discuss this help topic in SecureBlackbox Forum