WritableLicenseSignatureDate Property |
Gets or sets the date in which the license file itself was created and signed.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override DateTime SignatureDate { get; set; }
Public Overrides Property SignatureDate As DateTime
Get
Set
public:
virtual property DateTime SignatureDate {
DateTime get () override;
void set (DateTime value) override;
}
Property Value
Type:
DateTime
See Also