AuthifyDataParse Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Creates a new instance of the AuthifyData class using the session token and the XmlReader used to read the supplied user data.

Namespace: ContentStudio.Site.Security.EIdentity
Assembly: ContentStudio.Site.Security.EIdentity (in ContentStudio.Site.Security.EIdentity.dll) Version: 5.6.5014.0 (5.6.5014.0)
Syntax

public static AuthifyData Parse(
	string token,
	string xml
)

Parameters

token
Type: SystemString
The logon session token.
xml
Type: SystemString
A string that contains the data.

Return Value

Type: AuthifyData
a new instance of the AuthifyData class
Exceptions

See Also

Reference