EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPolicyConstraintsExtension.InhibitPolicyMapping

TElPolicyConstraintsExtension     See also    


 

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;

[VB6]
    Property IElPolicyConstraintsExtensionX.InhibitPolicyMapping As Long

[ActiveX]
    HRESULT _stdcall IElPolicyConstraintsExtensionX.InhibitPolicyMapping([out, retval] long * Value );
    HRESULT _stdcall IElPolicyConstraintsExtensionX.InhibitPolicyMapping([in] long Value );

[DLL]
    not implemented;
 
 
 

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

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation