Click or drag to resize

CredentialsFactoryConfig Methods

The CredentialsFactoryConfig type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetClassName
Gets the configured class name of ICredentialsFactory implementation
Public methodGetHashCode (Inherited from Object.)
Public methodGetImplementation
Get the configured factory instance
Public methodGetProperties
Public methodGetProperty
Gets the value of the configured key-value pair
Public methodGetType (Inherited from Object.)
Public methodSetClassName
Sets the class name of ICredentialsFactory implementation that will be used to instantiate the factory instance
Public methodSetImplementation
Set the factory instance
Public methodSetProperties
Public methodSetProperty
Adds a key, value pair into the properties dictionary of this configuration if not exist
Public methodToString (Inherited from Object.)
Top
See Also