Aspose::Page::XPS::Presentation::Pdf::PdfDigitalSignatureDetails class
PdfDigitalSignatureDetails class
PDF デジタル署名に関する詳細が含まれています。
class PdfDigitalSignatureDetails : public System::Object
メソッド
| メソッド | 説明 |
|---|---|
| get_Certificate() const | 署名に使用する証明書。 |
| get_HashAlgorithm() const | ハッシュアルゴリズム。 |
| get_Location() const | 署名の場所。 |
| get_Reason() const | 署名の理由。 |
| get_SignatureDate() const | 署名の日付。 |
| PdfDigitalSignatureDetails(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>, System::String, System::String, System::DateTime, PdfDigitalSignatureHashAlgorithm) | 新しい PdfDigitalSignatureDetails クラスのインスタンスを初期化します。 |
| set_Certificate(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>) | 署名に使用する証明書。 |
| set_HashAlgorithm(PdfDigitalSignatureHashAlgorithm) | ハッシュアルゴリズム。 |
| set_Location(System::String) | 署名の場所。 |
| set_Reason(System::String) | 署名の理由。 |
| set_SignatureDate(System::DateTime) | 署名の日付。 |
| ToCore() |
参照
- Class Object
- Namespace Aspose::Page::XPS::Presentation::Pdf
- Library Aspose.Page for C++