SetAuthenticodeSignatureCommand.TimestampServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Url of the time stamping server. The time stamping server certifies the exact time that the certificate was added to the file.
public:
property System::String ^ TimestampServer { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ TimestampServer { Platform::String ^ get(); void set(Platform::String ^ value); };
public string TimestampServer { get; set; }
[System.Management.Automation.Parameter(Mandatory=false)]
public string TimestampServer { get; set; }
member this.TimestampServer : string with get, set
[<System.Management.Automation.Parameter(Mandatory=false)>]
member this.TimestampServer : string with get, set
Public Property TimestampServer As String
Property Value
- Attributes