PdfSignatureMaker
SetDate Method
|
Note: This API is now obsolete.
It is recommended to use "D:{0:yyyyMMddHHmmss}" to format the datetime,for example:String.Format("D:{0:yyyyMMddHHmmss}",DateTime.Now)
The time of signing. Depending on the signature handler
this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")]
public void SetDate(
string date
)
<ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")>
Public Sub SetDate (
date As String
)
public:
[ObsoleteAttribute(L"This method is invalid that will be removed in the future.Do not use")]
void SetDate(
String^ date
)
[<ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")>]
member SetDate :
date : string -> unit
Parameters
-
date
-
Type:
System
String
See Also