The SignedDocument type exposes the following members.

Constructors

  Name Description
SignedDocument

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
FromByteArray
Instanciate a SignedDocument instance Froms a PKCS#7 or CAdES byte array.
FromInputStream
GetHashCode (Inherited from Object.)
GetSigner
Gets the signers count.
GetType (Inherited from Object.)
IsQualified
Determines whether the signature is qualified as specified in UE regulations.
MemberwiseClone (Inherited from Object.)
ToByteArray
Convert the signed documenti in a PKCS#7 (or CAdES) byte array.
ToString (Inherited from Object.)
Verify Overloaded.

Properties

  Name Description
Certificates
Gets the certificates.
IsCades
Gets the CAdES compliancy
IsDetached
Gets the type of signature.
PlainText
Gets the plain text of the signature.
Signers
Gets the signers collection.
SignersCount
Gets the signers count.

See Also