Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectLocalityElement.DNSName

TElSAMLSubjectLocalityElement     


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


Specifies the DNS domain name of the locality.

Declaration

[C#]
    string DNSName;

[VB.NET]
    Property DNSName As String

[Pascal]
    property DNSName : string;

[C++]
    void get_DNSName(std::string &OutResult);
    void set_DNSName(const std::string &Value);

[PHP]
    string get_DNSName()
    void set_DNSName(string $Value)

[Java]
    String getDNSName();
    void setDNSName(String Value);

Description

This property specifies the DNS address of the SubjectLocality locality.

Discuss this help topic in SecureBlackbox Forum