DKIMSignatureInfoDomain Property |
Gets or sets public key DNS domain (d=).
Namespace:
Aspose.Email.DKIM
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Domain { get; set; }
Public Property Domain As String
Get
Set
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
member Domain : string with get, set
Property Value
Type:
StringSee Also