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++