Discuss this help topic in SecureBlackbox Forum

TElDKDNSRecord.KeyGranularity

TElDKDNSRecord     See also     


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


Contains granularity of the key.

Declaration

[C#]
    string KeyGranularity;

[VB.NET]
    Property KeyGranularity As String

[Pascal]
    property KeyGranularity: string;

[C++]
    void get_KeyGranularity(std::string &OutResult);
    void set_KeyGranularity(const std::string &Value);

[PHP]
    string get_KeyGranularity()
    void set_KeyGranularity(string $Value)

[Java]
    String getKeyGranularity();
    void setKeyGranularity(String Value);

Description

    If this property has a non-zero length value, this value MUST exactly match the local part of the sending address.     The intent of this tag is to constrain which sending address can legitimately use this selector. An email with a sending address that does not match the value of this tag constitutes a failed verification.

See also:     Notes     PublicKey     TestMode    

Discuss this help topic in SecureBlackbox Forum