Click or drag to resize

TlaEncoder Constructor (String)

Note: This API is now obsolete.

Initializes a new instance of a TlaEncoder specifying the password to encrypt with.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This constructor will be removed in a future release. Please use the default constructor and Save method with password as a parameter.", 
	false)]
public TlaEncoder(
	string password
)

Parameters

password
Type: SystemString
The password to use for reading, writing, or obtaining information on encrypted TLA images.
See Also