Click or drag to resize
LinkedInHelperInitialize Method
Loads LinkedIn response.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public void Initialize(
	XmlDocument response
)

Parameters

response
Type: System.XmlXmlDocument
LinkedIn response as XmlDocument object
See Also