Specifies the encryption method used by the area.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property CmEncryptionMethod As Nullable(Of EncryptionMethod)
C#
Nullable<EncryptionMethod> CmEncryptionMethod { get; set; }
Visual C++
property Nullable<EncryptionMethod> CmEncryptionMethod {
	Nullable<EncryptionMethod> get ();
	void set (Nullable<EncryptionMethod> value);
}
JavaScript
function get_cmEncryptionMethod();
function set_cmEncryptionMethod(value);

ToggleRemarks

ToggleSee Also