Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageSecurityHandler.CanEncrypt

TElCustomDataStorageSecurityHandler     See also     


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


Specifies whether security handler can perform encryption.

Declaration

[C#]
    bool CanEncrypt();

[VB.NET]
    Function CanEncrypt() As Boolean

[Pascal]
    function CanEncrypt : boolean;

[C++]
    bool CanEncrypt();

[PHP]
    bool CanEncrypt()

[Java]
    boolean canEncrypt();

Return value

    Returns True if the handler can perform encryption and False otherwise.

Description

    Use this method to detect whether security handler can be used for data encryption.

See also:     CanDecrypt    

Discuss this help topic in SecureBlackbox Forum