EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElBasicConstraintsExtension.CA

TElBasicConstraintsExtension     See also    


 

This property specifies whether the subject of the certificate is a Certification Authority.

 
 

Declaration

[C#]
    bool CA;

[VB.NET]
    Property CA As Boolean

[Pascal]
    property CA : boolean;

[VB6]
    Property IElBasicConstraintsExtensionX.CA As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    If this property is set to True, it means that the subject of certificate is a CA. If this property is False, the certificate is the end-entity certificate.

 
 

See also:     PathLenConstraint

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