The LoginRpx type exposes the following members.

Constructors

  Name Description
Public method LoginRpx
Constructor.

Methods

  Name Description
Protected method btnSaveEmail_Click
Protected method CheckCredentials
Checks the user credentials.
Protected method OnAuthenticated
Protected method OnAuthenticating
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)
Protected method PerformAuthInfoCall
Performs rpxnow authorization.
Protected method PerformMapCall
Performs a map call.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnSaveEmail
btnSaveEmail control.
Protected field lblEmail
lblEmail control.
Protected field ltlWarning
ltlWarning control.
Protected field pnlEmail
pnlEmail control.
Protected field pnlIframe
pnlIframe control.
Protected field regexEmail
regexEmail control.
Protected field txtEmail
txtEmail control.
Protected field vldRequiredEmail
vldRequiredEmail control.

Properties

  Name Description
Public property ApiKey
RpxNow API key. Must set it to your API key.
Public property EmailRequired
Gets or sets if an e-mail is required.
Protected property FrameStyle
Iframe style.
Public property Height
Iframe height.
Public property LanguagePreference
Language preference for RpxNow, by default it is set english.
Public property ReturnUrl
Gets or sets the return Url of the logged in user.
Public property RpxApiUrl
Url for the RpxNow API. Default setting is https://rpxnow.com/api/v2/
Protected property RpxEmbedFrameSrc
Full embed frame source URL.
Public property RpxFrameUrl
Frame URL for RpxNow, depends on the particular application. MUST set it to the URL of your app - it will NOT work with MonoX default setting.
Public property UseMappings
Indicates wheter mapping API is used: https://rpxnow.com/docs#mappings
Public property Width
Iframe width.

Events

  Name Description
Public event Authenticated
Public event Authenticating

See Also