Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBaseSignatureHandler.KeyName

TElXMLSOAPBaseSignatureHandler     See also     


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


Specifies XML key name.

Declaration

[C#]
    string KeyName;

[VB.NET]
    Property KeyName As String

[Pascal]
    property KeyName : XMLString;

[C++]
    void get_KeyName(sb_u16string &OutResult);
    void get_KeyName(std::wstring &OutResult);
    void set_KeyName(const sb_u16string &Value);
    void set_KeyName(const std::wstring &Value);

[PHP]
    string get_KeyName()
    void set_KeyName(string $Value)

[Java]
    String getKeyName();
    void setKeyName(String Value);

Description

This property specifies the XML key name.

See also:     Sign    

Discuss this help topic in SecureBlackbox Forum