Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptedAssertionElement.Decrypt

TElSAMLEncryptedAssertionElement     See also     


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


Decrypts the assertion.

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 assertion.

See also:     Decrypted    

Discuss this help topic in SecureBlackbox Forum