Click or drag to resize
LinkedInHelper Class
LinkedIn helper class.
Inheritance Hierarchy
SystemObject
  CMS.ExternalAuthenticationLinkedInHelper

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public class LinkedInHelper

The LinkedInHelper type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInHelper
Top
Fields
  NameDescription
Public fieldStatic memberRESPONSE_AUTHENTICATED
Represents LinkedIn response "Authenticated".
Public fieldStatic memberRESPONSE_NOTAUTHENTICATED
Represents LinkedIn response "NotAuthenticated".
Top
Properties
  NameDescription
Public propertyBirthDate Obsolete.
User date of birth.
Public propertyFirstName Obsolete.
User first name.
Public propertyLastName Obsolete.
User last name.
Public propertyLinkedInResponse Obsolete.
Gets or sets LinkedIn Response as XmlDocument object.
Public propertyMemberId Obsolete.
User member id.
Top
Methods
  NameDescription
Public methodCheckStatus(Boolean, Boolean, Boolean, LinkedInProfile)
Checks status of current user. Returns LinkedIn response status.
Public methodCheckStatus(Boolean, Boolean, Boolean, String) Obsolete.
Checks status of current user. Returns LinkedIn response status.
Public methodStatic memberGetLinkedInApiKey
Returns api key.
Public methodStatic memberGetLinkedInEnabled
Indicates if LinkedIn is enabled for specified site.
Public methodStatic memberGetLinkedInSecretKey
Returns application secret.
Public methodStatic memberGetPurifiedUrl
Returns CurrentURL with stripped OAuth parameters.
Public methodInitialize Obsolete.
Loads LinkedIn response.
Public methodStatic memberLinkedInIsAvailable
Indicates if LinkedIn is available/enabled on specified site.
Public methodSendRequest
Redirects user to LinkedIn with received authToken.
Top
See Also