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