Click or drag to resize

ISMIMESignerSign Method

Signs data.

Namespace: Limilabs.Cryptography.Plugin
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
SMIMESignerSignedData Sign(
	byte[] plain,
	bool detached,
	SignatureConfiguration configuration
)

Parameters

plain  Byte
Plain data.
detached  Boolean
Specifies if signature should be detached.
configuration  SignatureConfiguration
S/MIME signature configuration.

Return Value

SMIMESignerSignedData
Encrypted data
See Also