Aspose::Pdf::Forms::PKCS7Detached class

PKCS7Detached 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 original signed message digest over the document’s byte range is incorporated as the normal PKCS#7 SignedData field. No data shall is encapsulated in the PKCS#7 SignedData field.

class PKCS7Detached : public Aspose::Pdf::Forms::Signature

Methods

MethodDescription
PKCS7Detached(System::SharedPtr<System::IO::Stream>)Initializes new instance of the PKCS7Detached class.
PKCS7Detached(System::SharedPtr<System::IO::Stream>, DigestHashAlgorithm)Initializes new instance of the PKCS7Detached class.
PKCS7Detached()Inititalizes new instance of the PKCS7Detached class.
PKCS7Detached(DigestHashAlgorithm)Inititalizes new instance of the PKCS7Detached class.
PKCS7Detached(System::String, System::String)Inititalizes new instance of the PKCS7Detached class.
PKCS7Detached(System::String, System::String, DigestHashAlgorithm)Inititalizes new instance of the PKCS7Detached class.
PKCS7Detached(System::SharedPtr<System::IO::Stream>, System::String)Inititalizes new instance of the PKCS7Detached class.
PKCS7Detached(System::SharedPtr<System::IO::Stream>, System::String, DigestHashAlgorithm)Inititalizes new instance of the PKCS7Detached class.

See Also