Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.CanEncrypt

TElX509Certificate     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;

[C++]
    bool get_CanEncrypt();

[PHP]
    bool get_CanEncrypt()

[Java]
    boolean getCanEncrypt();

Description

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

See also:     CanSign    

Discuss this help topic in SecureBlackbox Forum