CredentialsFactoryConfig Methods |
The CredentialsFactoryConfig type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetClassName |
Gets the configured class name of ICredentialsFactory implementation
| |
GetHashCode | (Inherited from Object.) | |
GetImplementation |
Get the configured factory instance
| |
GetProperties |
Gets the dictionary of the properties that will be used in Configure(GroupConfig, IDictionaryString, String) | |
GetProperty |
Gets the value of the configured key-value pair
| |
GetType | (Inherited from Object.) | |
SetClassName |
Sets the class name of ICredentialsFactory implementation that will be used to
instantiate the factory instance
| |
SetImplementation |
Set the factory instance
| |
SetProperties |
Sets the dictionary of the properties that will be used in Configure(GroupConfig, IDictionaryString, String) | |
SetProperty |
Adds a key, value pair into the properties dictionary of this configuration if not exist
| |
ToString | (Inherited from Object.) |