Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptedIDElement.Decrypt

TElSAMLEncryptedIDElement     See also     


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


Decrypts the encrypted data.

Declaration

[C#]
    void Decrypt();

[VB.NET]
    Sub Decrypt()

[Pascal]
    under development

[C++]
    void Decrypt();

[PHP]
    void Decrypt()

[Java]
    void decrypt();

Description

Call this method to decrypt the data.

See also:     EncryptedElement     Encrypt    

Discuss this help topic in SecureBlackbox Forum