Specifies the parameters for connecting to the external service managing cryptographic keys on behalf on the Content Platform Engine.

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

ToggleSyntax

Visual Basic (Declaration)
Property KeyServiceConnection As String
C#
string KeyServiceConnection { get; set; }
Visual C++
property String^ KeyServiceConnection {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_keyServiceConnection();
function set_keyServiceConnection(value);

ToggleSee Also