Specifies the metadata classes of the types of object which can consume credentials this manager can provide.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SupportedConsumers As IStringList
C#
IStringList SupportedConsumers { get; }
Visual C++
property IStringList^ SupportedConsumers {
	IStringList^ get ();
}
JavaScript
function get_supportedConsumers();

ToggleSee Also