EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.KeyCertSign

TElKeyUsageExtension     See also    


 

This property is set when the subject private key is used for certificates signing. This bit may only be asserted in CA certificates.

 
 

Declaration

[C#]
    bool KeyCertSign;

[VB.NET]
    Property KeyCertSign As Boolean

[Pascal]
    property KeyCertSign : boolean;

[VB6]
    Property IElKeyUsageExtensionX.KeyCertSign As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property is set when the subject private key is used for certificates signing. This bit may only be asserted in CA certificates.

 
 

See also:     CRLSign

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