PFFormsAccountsHub Class |
Namespace: Packflow.Interface
[HubNameAttribute("pFFormsAccountsHub")] public class PFFormsAccountsHub : Hub
The PFFormsAccountsHub type exposes the following members.
Name | Description | |
---|---|---|
![]() | PFFormsAccountsHub |
Name | Description | |
---|---|---|
![]() | Clients | (Inherited from Hub.) |
![]() | Context | (Inherited from Hub.) |
![]() | Groups | (Inherited from Hub.) |
Name | Description | |
---|---|---|
![]() | ChangeAccountPassword |
Changes the password for a specified login name.
Actual password must be known.
|
![]() | CreateFormsAccount |
Tries to create a Forms accounts, and its associated PFUser if not present.
|
![]() | Dispose | (Inherited from Hub.) |
![]() | Dispose(Boolean) | (Inherited from Hub.) |
![]() | GetFormsAccounts |
Gets all accounts information in default membership provider.
|
![]() | OnConnected | (Inherited from Hub.) |
![]() | OnDisconnected | (Inherited from Hub.) |
![]() | OnReconnected | (Inherited from Hub.) |
![]() | ResetAccountPassword |
Tries to reset a forms account password.
Will fail if default membership provider is not configured to allow password reset, or
requires Question and Answer challenge.
|
![]() | SyncPFUsersFromMembership |
When forms authentication and whitelisting are enabled,
this allows to plug an existing forms account database to Packflow, by ensuring the PFUsers. (PFUsers are the effective whitelist by now)
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateFormsAccount |
Updates 'Approved' status for the account corresponding to the FormsAccountInfo
against default Membership Provider.
|
Name | Description | |
---|---|---|
![]() | AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) |
![]() | EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) |
![]() | EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) |
![]() | GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) |
![]() | IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) |
![]() | IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) |
![]() | Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |