On this page:
IceGridAdmin.AuthenticateUsingSSL=num
If num is a value greater than zero, icegridadmin uses SSL authentication when establishing its session with the IceGrid registry. If not defined or the value is zero, icegridadmin uses user name and password authentication.
IceGridAdmin.Password=password
Specifies the password that icegridadmin should use when authenticating its session with the IceGrid registry. For security reasons you may prefer not to define a password in a plain-text configuration property, in which case you should omit this property and allow icegridadmin to prompt you for it interactively. This property is ignored when SSL authentication is enabled via #IceGridAdmin.AuthenticateUsingSSL.
IceGridAdmin.Replica=name
Specifies the name of the registry replica that icegridadmin should contact. If not defined, the default value is Master.
IceGridAdmin.Trace.Observers=num
If num is a value greater than zero, the IceGrid graphical administrative client displays trace information about the observer callbacks it receives from the registry. If not defined, the default value is zero.
IceGridAdmin.Trace.SaveToRegistry=num
If num is a value greater than zero, the IceGrid graphical administrative client displays trace information about the modifications it commits to the registry. If not defined, the default value is zero.
IceGridAdmin.Username=name
Specifies the username that icegridadmin should use when authenticating its session with the IceGrid registry. This property is ignored when SSL authentication is enabled via #IceGridAdmin.AuthenticateUsingSSL.