Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptedAssertionElement.Decrypted

TElSAMLEncryptedAssertionElement     See also     


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


Specifies whether the information has been decrypted.

Declaration

[C#]
    bool Decrypted;

[VB.NET]
    Property Decrypted As Boolean

[Pascal]
    property Decrypted : boolean;

[C++]
    bool get_Decrypted();

[PHP]
    bool get_Decrypted()

[Java]
    boolean getDecrypted();

Description

Use this property to check whether this assertion has been decrypted.

See also:     Decrypt    

Discuss this help topic in SecureBlackbox Forum