Click or drag to resize

MimeFactoryCreatePkcs7Signature Method

Creates new MimePkcs7Signature object representing pkcs7 detached signature (ApplicationXPkcs7Signature).

Namespace: Limilabs.Mail.MIME
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public MimePkcs7Signature CreatePkcs7Signature(
	byte[] pkcs7SignatureData
)

Parameters

pkcs7SignatureData  Byte
Signature data.

Return Value

MimePkcs7Signature
New MimePkcs7Signature object.
See Also