EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.CanSign

TElX509Certificate     See also    


 

This read-only property specifies if the certificate can be used for signing.

 
 

Declaration

[C#]
    bool CanSign;

[VB.NET]
    Property CanSign As Boolean

[Pascal]
    property CanSign : boolean;

[VB6]
    Property IElCertificateX6.CanSign As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateX6.CanSign([out, retval] VARIANT_BOOL * Res);

[DLL]
    not implemented;
 
 

Description

     Use this property to specify if the certificate can be used for signing.

 
 

See also:     CanEncrypt    

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