The maximum number of entries to include in the cache that maps security identifiers (SIDs) to GUIDs.
This cache is maintained in a table that contains mappings between the SIDs of security
principals and a locally generated GUID. The mappings are used by the server to allow object-valued
properties to reference User and Group objects.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property SecurityIdMappingCacheMaxEntries As Nullable(Of Integer) |
C# |
---|
Nullable<int> SecurityIdMappingCacheMaxEntries { get; set; } |
Visual C++ |
---|
property Nullable<int> SecurityIdMappingCacheMaxEntries {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_securityIdMappingCacheMaxEntries();
function set_securityIdMappingCacheMaxEntries(value); |