summaryM:DotNetNuke.Services.Authentication.OAuth.OAuthLoginBase.AddCustomProperties(System.Collections.Specialized.NameValueCollection)

Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual void AddCustomProperties(
	NameValueCollection properties
)
Visual Basic
Protected Overridable Sub AddCustomProperties ( 
	properties As NameValueCollection
)

Parameters

properties
Type: System.Collections.Specialized..::..NameValueCollection
parampropertiesM:DotNetNuke.Services.Authentication.OAuth.OAuthLoginBase.AddCustomProperties(System.Collections.Specialized.NameValueCollection)

See Also