Aspose::Pdf::Forms::PKCS7 class
PKCS7 class
Represents the PKCS#7 object that conform to the PKCS#7 specification in Internet RFC 2315, PKCS #7: Cryptographic Message Syntax, Version 1.5. The SHA1 digest of the document’s byte range is encapsulated in the PKCS#7 SignedData field.
class PKCS7 : public Aspose::Pdf::Forms::Signature
Methods
Method | Description |
---|---|
PKCS7() | Initializes new instance of the PKCS7 class. |
PKCS7(System::String, System::String) | Initializes new instance of the PKCS7 class. |
PKCS7(System::SharedPtr<System::IO::Stream>, System::String) | Initializes new instance of the PKCS7 class. |
See Also
- Class Signature
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++