Click or drag to resize
LinkedInData Constructor (String, String)
Creates a new instance of LinkedInData.

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public LinkedInData(
	string apiKey,
	string apiSecret
)

Parameters

apiKey
Type: SystemString
apiSecret
Type: SystemString
See Also