EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElExtendedKeyUsageExtension.CodeSigning

TElExtendedKeyUsageExtension     See also    


 

This property defines whether certificate is intended for code signing.

 
 

Declaration

[C#]
    bool CodeSigning;

[VB.NET]
    Property CodeSigning As Boolean

[Pascal]
    property CodeSigning : boolean;

[VB6]
    Property IElExtendedKeyUsageExtensionX.CodeSigning As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property defines whether certificate is intended for code signing.

 
 

See also:     ClientAuthentication     EmailProtection     ServerAuthentication     TimeStamping    

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