A collection of all the Credentials Manager instances defined in the domain.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CredentialsManagers As ICmCredentialsManagerSet
C#
ICmCredentialsManagerSet CredentialsManagers { get; }
Visual C++
property ICmCredentialsManagerSet^ CredentialsManagers {
	ICmCredentialsManagerSet^ get ();
}
JavaScript
function get_credentialsManagers();

ToggleSee Also