EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElBasicConstraintsExtension.PathLenConstraint

TElBasicConstraintsExtension     See also    


 

This property specifies how deep a certification path can be.

 
 

Declaration

[C#]
    int PathLenConstraint;

[VB.NET]
    Property PathLenConstraint As Integer

[Pascal]
    property PathLenConstraint : integer;

[VB6]
    Property IElBasicConstraintsExtensionX.PathLenConstraint As Long

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

[DLL]
    not implemented;
 
 
 

Description

    This property specifies the maximum number of CA certificates that may follow this certificate in a certification path. If this property is set to 0, only an end-entity certificate may follow this certificate in certificate chain. If it is set to -1, the length of certification path is unlimited.

    The value of this property is used only when CA property is set to true.

 
 

See also:     CA

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