Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptedElement.ElementName

TElSAMLEncryptedElement     


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


Specifies the element's name.

Declaration

[C#]
    string ElementName;

[VB.NET]
    Property ElementName As String

[Pascal]
    property ElementName : string;

[C++]
    void get_ElementName(std::string &OutResult);
    void set_ElementName(const std::string &Value);

[PHP]
    string get_ElementName()
    void set_ElementName(string $Value)

[Java]
    String getElementName();
    void setElementName(String Value);

Description

Use this property to specify the encrypted element name.

Discuss this help topic in SecureBlackbox Forum