Library Specification Object Model Reference

QLLibrarySettingsEntry.SetSecurityProvider Method 

Sets the security provider. This was not put on the SecurityProvider Property as a set{...} because it caused an exception during the deserialization of the libraries.xml file. This is a work-around.

public void SetSecurityProvider(
   ISecurityProvider provider
);

Parameters

provider
The new ISecurityProvider.

See Also

QLLibrarySettingsEntry Class | Spss.Dimensions.Library.Specification Namespace