Library Specification Object Model Reference

ILibraryDriver.GetSecurityProvider Method 

Gets the security provider for a library.

ISecurityProvider GetSecurityProvider(
   QLLibrarySettingsEntry e
);

Parameters

e
The library to get provider from.

Return Value

The provider for the library if found, otherwise a default provider if avalable, otherwise an exception.

See Also

ILibraryDriver Interface | Spss.Dimensions.Library.Specification Namespace