Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageSecurityHandler.CanDecrypt

TElCustomDataStorageSecurityHandler     See also     


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


Specifies whether security handler can perform decryption.

Declaration

[C#]
    bool CanDecrypt();

[VB.NET]
    Function CanDecrypt() As Boolean

[Pascal]
    function CanDecrypt : boolean;

[C++]
    bool CanDecrypt();

[PHP]
    bool CanDecrypt()

[Java]
    boolean canDecrypt();

Return value

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

Description

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

See also:     CanEncrypt    

Discuss this help topic in SecureBlackbox Forum