Implements an IObjectFactory that reads the application context from an encrypted XML file.
Initializes a new instance of EncryptedFileSystemXmlObjectFactory.
public Void EncryptedFileSystemXmlObjectFactory(fileName)
Name | Type | Summary |
---|---|---|
fileName | String | File name to load. |
Type | Summary |
---|---|
ArgumentNullOrEmptyException | Thrown when fileName is null or empty. |
ContextConfigurationException | Thrown when there are error initializing the object factory. |
In this document