EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.CLRSign

TElKeyUsageExtension     See also    


 

This property is set when the private key is used for signing of revocation information (e.g., a CRL).

 
 

Declaration

[C#]
    bool CRLSign;

[VB.NET]
    Property CRLSign As Boolean

[Pascal]
    property CRLSign : boolean;

[VB6]
    Property IElKeyUsageExtensionX.CRLSign As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property is set when the subject private key is used for signing of revocation information (e.g., a CRL).

 
 

See also:     KeyCertSign

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