function Encode: TBytes;
Description
The Encode method encodes the information in the object into a PKCS #7 message.
PKCS #7 ASN.1 attribute syntax:
Attribute ::= SEQUENCE {
type OBJECT IDENTIFIER,
values SET OF SEQUENCE {
type OBJECT IDENTIFIER,
value ANY
}
}