EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.CanEncrypt

TElX509Certificate     See also    


 

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

 
 

Declaration

[C#]
    bool CanEncrypt;

[VB.NET]
    Property CanEncrypt As Boolean

[Pascal]
    property CanEncrypt : boolean;

[VB6]
    Property IElCertificateX6.CanEncrypt As Boolean

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

[DLL]
    not implemented;
 
 

Description

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

 
 

See also:     CanSign    

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