Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptedElement.Decrypted

TElSAMLEncryptedElement     See also     


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


Specifies whether the data has been decrypted.

Declaration

[C#]
    bool Decrypted;

[VB.NET]
    Property Decrypted As Boolean

[Pascal]
    property Decrypted : boolean;

[C++]
    bool get_Decrypted();
    void set_Decrypted(bool Value);

[PHP]
    bool get_Decrypted()
    void set_Decrypted(bool $Value)

[Java]
    boolean getDecrypted();
    void setDecrypted(boolean Value);

Description

This property indicates whether this element's data has been decrypted.

See also:     Decrypt    

Discuss this help topic in SecureBlackbox Forum