Opc.Ua.Security.Certificates
SetCAConstraint Method (ICertificateBuilderConfig)



Opc.Ua.Security.Certificates Namespace > ICertificateBuilderConfig Interface : SetCAConstraint Method
The path length constraint to use. -1 corresponds to None, other values constrain the chain length.
Set the CA flag and the path length constraints of the certificate.
Syntax
'Declaration
 
Function SetCAConstraint( _
   Optional ByVal pathLengthConstraint As Integer _
) As ICertificateBuilder
'Usage
 
Dim instance As ICertificateBuilderConfig
Dim pathLengthConstraint As Integer
Dim value As ICertificateBuilder
 
value = instance.SetCAConstraint(pathLengthConstraint)

Parameters

pathLengthConstraint
The path length constraint to use. -1 corresponds to None, other values constrain the chain length.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICertificateBuilderConfig Interface
ICertificateBuilderConfig Members