- name
- the identifier for this scheme
- factory
- the Org.Apache.Http.Authentication.IAuthSchemeFactory class to register
Registers a Org.Apache.Http.Authentication.IAuthSchemeFactory with the given identifier. If a factory with the given name already exists it will be overridden. This name is the same one used to retrieve the Org.Apache.Http.Authentication.IAuthScheme from AuthSchemeRegistry.GetAuthScheme(string, Org.Apache.Http.Params.IHttpParams).
Please note that custom authentication preferences, if used, need to be updated accordingly for the new Org.Apache.Http.Authentication.IAuthScheme to take effect.