LoginSettings Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings
Settings which all for customization of the features in the Log In Dialog workflow.
Syntax
public class LoginSettings Public Class LoginSettings Constructors
| Name | Description |
|---|---|
| LoginSettings | Creates an instance of a LoginSettings object |
Properties
| Name | Description |
|---|---|
| AllowAnonymousLogin | Gets or sets whether the Anonymous Login feature is visible. |
| AnonymousLoginCaption | Gets or sets the text that displays for the anonymous login option. It can be modified to meet workflow requirements (ie. in Inventor it's changed to "Content Center"); |
| AutoLoginMode | Gets or sets the behavior for Auto Login |
| Caption | Gets or sets the text that is displayed as the login dialog caption |
| HelpContext | Gets or sets an optional context that identifies this instance of a Log In dialog. |
| OptionsWindow | Gets the options that can be used to configure the dialogs parent and location |
| PersistenceKey | Gets or sets the key to retrieve the persisted login information |
| ServerName | Gets or set the name of the server we are authenticating against. |
| VaultName | The name of the vault to log in to |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.LoginSettings