Class FinChangePasswordForm
Inheritance
FinChangePasswordForm
Implements
Inherited Members
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public class FinChangePasswordForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
FinChangePasswordForm(string, bool)
Declaration
public FinChangePasswordForm(string sCaption, bool fContactDetails)
Parameters
Type | Name | Description |
---|---|---|
string | sCaption | Text for the Window caption. |
bool | fContactDetails | If |
Properties
Heading
The heading of the dialog box.
Declaration
public string Heading { get; set; }
Property Value
Type | Description |
---|---|
string |
NewPassword
Declaration
public string NewPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
NewPasswordLabel
Declaration
public string NewPasswordLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
OldPassword
Declaration
public string OldPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
OldPasswordLabel
Declaration
public string OldPasswordLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
PasswordMaxLength
The maximum length of the password that must be entered by the user.
Declaration
public int PasswordMaxLength { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | An attempt was made to set a negative value or a value greater than 256. |
PasswordMinLength
The minumum length of the password that must be entered by the user.
Declaration
public int PasswordMinLength { get; set; }
Property Value
Type | Description |
---|---|
int | The default value for this property is zero. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | An attempt was made to set a negative value or a value greater than 256. |
PasswordNumeric
Declaration
public bool PasswordNumeric { get; set; }
Property Value
Type | Description |
---|---|
bool |
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ShowDialog(FinContact)
Declaration
public DialogResult ShowDialog(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Optional reference to FinContact object for which the passphrase shall be changed.
This reference is used to present more detailed information to the user. If this
is |
Returns
Type | Description |
---|---|
DialogResult |