Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.Domain

TElDomainKeysSigner     See also     


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


This read-only property specifies the domain, whose key is used for message signing.

Declaration

[C#]
    string Domain;

[VB.NET]
    Property Domain As String

[Pascal]
    property Domain: string;

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

[PHP]
    string get_Domain()

[Java]
    String getDomain();

Description

    Use this property to get domain name.

See also:     Selector     QueryType    

Discuss this help topic in SecureBlackbox Forum