Discuss this help topic in SecureBlackbox Forum

TElPolicyConstraintsExtension.InhibitPolicyMapping

TElPolicyConstraintsExtension     See also     


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


If the inhibitPolicyMapping field is present, the value indicates the number of additional certificates that may appear in the path before policy mapping is no longer permitted. For example, a value of one indicates that policy mapping may be processed in certificates issued by the subject of this certificate, but not in additional certificates in the path.

Declaration

[C#]
    int InhibitPolicyMapping;

[VB.NET]
    Property InhibitPolicyMapping As Integer

[Pascal]
    property InhibitPolicyMapping : integer;

[C++]
    int32_t get_InhibitPolicyMapping();
    void set_InhibitPolicyMapping(int32_t Value);

[PHP]
    integer get_InhibitPolicyMapping()
    void set_InhibitPolicyMapping(integer $Value)

[Java]
    int getInhibitPolicyMapping();
    void setInhibitPolicyMapping(int Value);

Description

    If the inhibitPolicyMapping field is present, the value indicates the number of additional certificates that may appear in the path before policy mapping is no longer permitted. For example, a value of one indicates that policy mapping may be processed in certificates issued by the subject of this certificate, but not in additional certificates in the path.

See also:     RequireExplicitPolicy    

Discuss this help topic in SecureBlackbox Forum