Click or drag to resize

InformationContainerCreateEncryptedDocument Method


Namespace: IIB.ICDD.Model
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public CtEncryptedDocument CreateEncryptedDocument(
	string sourceFilePath,
	string filename,
	string fileExtension,
	string mimeType,
	string encryptionAlgorithm
)

Parameters

sourceFilePath  String
 
filename  String
 
fileExtension  String
 
mimeType  String
 
encryptionAlgorithm  String
 

Return Value

CtEncryptedDocument
See Also