UserCredential2Label

SignonInfo.UserCredential2Label property

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.

public string UserCredential2Label { get; set; }

See Also