Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated. Please use another overload instead.",  _
	True)> _
Public Sub SetEnvelopedContent ( _
	entity As MimeEntity, _
	encryptionAlgorithm As String, _
	keyLength As Integer, _
	ParamArray recipients As Certificate() _
)
C#
[ObsoleteAttribute("This method has been deprecated. Please use another overload instead.", 
	true)]
public void SetEnvelopedContent(
	MimeEntity entity,
	string encryptionAlgorithm,
	int keyLength,
	params Certificate[] recipients
)

Parameters

entity
Type: Rebex.Mime..::..MimeEntity
encryptionAlgorithm
Type: System..::..String
keyLength
Type: System..::..Int32
recipients
Type: array<Rebex.Security.Certificates..::..Certificate>[]()[][]

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also