CommonAuthenticationType Class

Information used for authentication of the calling program/site as well as information describing the remote site user.
Inheritance Hierarchy
SystemObject
  IASCommonAuthenticationType

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class AuthenticationType

The CommonAuthenticationType type exposes the following members.

Properties
  NameDescription
Public propertyLoginName
A unique name given to each calling program.
Public propertyLoginPassword
A unique password given to each calling program.
Public propertyUserAgent
An optional string designating the useragent string of the user who is generating the cancellation quote.
Public propertyUserApplicationArea
An optional string designating the (Application Area/Page) of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Public propertyUserEmailAddress
An optional string designating the email address of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Public propertyUserFullName
An optional string designating the full name of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Public propertyUserID
An optional string designating the ID of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Public propertyUserIPAddress
An optional string designating the email address of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Top
Methods
  NameDescription
Public methodIsValid
Validates the supplied login/password.
Public methodIsValidFormIOLogin
Validates the supplied login/password.
Public methodIsValidIASLogin
Validates the supplied login/password.
Top
See Also

Reference