util_can_use_collection_as_credential_source


Description:


[ Version ( since = "3.28" ) ]
public bool util_can_use_collection_as_credential_source (void* collection_source, void* child_source)

Checks whether the collection_source can be used as a credential source for the child_source.

The relationship is not tested in the function. When the collection_source is null, then it simply returns false.

Parameters:

collection_source

a collection Source, or null

child_source

a children of collection_source

Returns:

whether collection_source can be used as a credential source for child_source, that is, whether they share credentials.


Namespace: E