SignupMessageSetV1

SignupMessageSetV1 class

Version 1 of signup message set.

public class SignupMessageSetV1 : AbstractMessageSetVersion

Constructors

NameDescription
SignupMessageSetV1()Initializes a new instance of SignupMessageSetV1 class.

Properties

NameDescription
AvailableAccountStatus { get; set; }True if server can provide information on accounts with SVCSTATUS available, False means client should expect to ask user for specific account information.
ChangeUserInfo { get; set; }Gets or sets whether server supports client-based user information changes.
ClientActivationRequest { get; set; }True if server allows clients to make service activation requests, False if server will only advise clients via synchronization of service additions, changes, or deletions.
ClientEnroll { get; set; }Gets or sets the ClientEnroll.
MessageSetCore { get; set; }Gets or sets the MessageSetCore.
OtherEnroll { get; set; }Gets or sets the OtherEnroll.
WebEnroll { get; set; }Gets or sets the WebEnroll.

See Also