Aspose::Pdf::LowCode::TimestampOptions::TimestampOptions konstruktor
Innehåll
[
Dölj
]TimestampOptions::TimestampOptions() constructor
Skapar en ny instans med standardvärden. Används för att signera TSA med en PFX‑fil.
Aspose::Pdf::LowCode::TimestampOptions::TimestampOptions()
Se även
- Class TimestampOptions
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++
TimestampOptions::TimestampOptions(const System::SharedPtr<System::IO::Stream>&, const System::String&) constructor
Skapar en ny instans med en PFX‑ström och lösenord.
Aspose::Pdf::LowCode::TimestampOptions::TimestampOptions(const System::SharedPtr<System::IO::Stream> &pfxStream, const System::String &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| pfxStream | const System::SharedPtr<System::IO::Stream>& | Ström som innehåller PFX-data. |
| password | const System::String& | Lösenord för PFX. |
Se även
- Typedef SharedPtr
- Class Stream
- Class String
- Class TimestampOptions
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++
TimestampOptions::TimestampOptions(const System::String&, const System::String&) constructor
Skapar en ny instans med en PFX‑filväg och lösenord.
Aspose::Pdf::LowCode::TimestampOptions::TimestampOptions(const System::String &pfxPath, const System::String &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| pfxPath | const System::String& | Sökväg till PFX-filen. |
| password | const System::String& | Lösenord för PFX-filen. |
Se även
- Class String
- Class TimestampOptions
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++