Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const ENCRYPTION_ALGORITHM As String = "EncryptionAlgorithm"
C#
public const string ENCRYPTION_ALGORITHM = "EncryptionAlgorithm";
C++
public:
 const String ENCRYPTION_ALGORITHM = L"EncryptionAlgorithm";
J#
public const string ENCRYPTION_ALGORITHM = "EncryptionAlgorithm"
JScript
public const ENCRYPTION_ALGORITHM : String = "EncryptionAlgorithm";

See Also