Class EbicsPasswordInfo
Collects the information required to query for a security media password.
public sealed class EbicsPasswordInfo
- Inheritance
-
EbicsPasswordInfo
- Inherited Members
Properties
DigitsOnly
If true
then the password may contain digits only.
public bool DigitsOnly { get; set; }
Property Value
Heading
The main instruction heading to be displayed when prompting for the password.
public string Heading { get; set; }
Property Value
MaxLength
The maximum length of an acceptable password.
public int MaxLength { get; set; }
Property Value
- int
The default value is 256. Setting the value to zero will set the default value.
MinLength
The minimum length of an acceptable password.
public int MinLength { get; set; }
Property Value
PasswordLabel
The label to be displayed in front of the password entry text box.
public string PasswordLabel { get; set; }
Property Value
Prompt
The main instruction body text to be displayed when prompting for the password.
public string Prompt { get; set; }