SignonInfo class

SignonInfo class

Signon information class.

The SignonInfo type exposes the following members:

Constructors

Constructor Description
SignonInfo() Initializes a new instance of SignonInfo class.

Properties

Property Description
signon_realm Gets or sets the identifies this realm.
min Gets or sets the minimum number of password characters.
max Gets or sets the maximum number of password characters
char_type Gets or sets the type of characters allowed in password.
case_sensitive Gets or sets whether password is case-sensitive.
special Gets or sets whether special characters are allowed over and above those characters.
spaces Gets or sets whether spaces are allowed over and above those characters.
pinch Gets or sets whether server supports PIN change requests.
change_pin_first Gets or sets whether server requires clients to change user password as part of first signon.
user_credential_1_label Gets or sets the text prompt for user credential. If it is present, a third credential (USERCRED1) is required in addition to USERID and USERPASS.
user_credential_2_label Gets or sets the text prompt for user credential. If it is present, a fourth credential (USERCRED2) is required in addition to USERID, USERPASS and USERCRED1. If present, UserCredential1Label must also be present.
clientuid_require Gets or sets whether CLIENTUID is required.
auth_token_first Gets or sets whether server requires clients to send AUTHTOKEN as part of the first signon.
auth_token_label Gets or sets the text label for the AUTHTOKEN.
auth_token_info_url Gets or sets the URL where AUTHTOKEN information is provided by the institution operating the OFX server.
mfa_challenge_support Gets or sets whether the server supports MFACHALLENGE functionality.
mfa_challenge_first Gets or sets whether the client is required to send MFACHALLENGERQ as part of the first signon, before sending any other requests.
access_token_require Gets or sets whether the server requires ACCESSTOKEN for all requests except profile.

See Also