EncryptedFileSystemXmlObjectFactory

Implements an IObjectFactory that reads the application context from an encrypted XML file.

Namespace:
Inetdev.Context
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Context.ObjectFactory

Constructors

EncryptedFileSystemXmlObjectFactory

Initializes a new instance of EncryptedFileSystemXmlObjectFactory.

Signature:
public Void EncryptedFileSystemXmlObjectFactory(fileName)
Parameters
Name Type Summary
fileName String File name to load.
Exceptions
Type Summary
ArgumentNullOrEmptyException Thrown when fileName is null or empty.
ContextConfigurationException Thrown when there are error initializing the object factory.

In this document