Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptedElement.Decrypt

TElSAMLEncryptedElement     See also     


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


Decrypts the encrypted data.

Declaration

[C#]
    void Decrypt();

[VB.NET]
    Sub Decrypt()

[Pascal]
    procedure Decrypt;

[C++]
    void Decrypt();

[PHP]
    void Decrypt()

[Java]
    void decrypt();

Description

Call this method to decrypt the data.

See also:     Encrypt    

Discuss this help topic in SecureBlackbox Forum