summaryM:DotNetNuke.Data.DataProvider.AddUserAuthentication(System.Int32,System.String,System.String,System.Int32)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual int AddUserAuthentication(
	int userID,
	string authenticationType,
	string authenticationToken,
	int CreatedByUserID
)
Visual Basic
Public Overridable Function AddUserAuthentication ( 
	userID As Integer,
	authenticationType As String,
	authenticationToken As String,
	CreatedByUserID As Integer
) As Integer

Parameters

userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Data.DataProvider.AddUserAuthentication(System.Int32,System.String,System.String,System.Int32)
authenticationType
Type: System..::..String
paramauthenticationTypeM:DotNetNuke.Data.DataProvider.AddUserAuthentication(System.Int32,System.String,System.String,System.Int32)
authenticationToken
Type: System..::..String
paramauthenticationTokenM:DotNetNuke.Data.DataProvider.AddUserAuthentication(System.Int32,System.String,System.String,System.Int32)
CreatedByUserID
Type: System..::..Int32
paramCreatedByUserIDM:DotNetNuke.Data.DataProvider.AddUserAuthentication(System.Int32,System.String,System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.AddUserAuthentication(System.Int32,System.String,System.String,System.Int32)

See Also