Discuss this help topic in SecureBlackbox Forum

TElDKSignature.Domain

TElDKSignature     See also     


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


This read-only property contains the name of the domain whose key was used for signing.

Declaration

[C#]
    string Domain;

[VB.NET]
    Property Domain As String

[Pascal]
    property Domain: string;

[C++]
    void get_Domain(std::string &OutResult);
    void set_Domain(const std::string &Value);

[PHP]
    string get_Domain()
    void set_Domain(string $Value)

[Java]
    String getDomain();
    void setDomain(String Value);

Description

    Use this property to get the name of the domain.

See also:     Selector     QueryType    

Discuss this help topic in SecureBlackbox Forum