Click or drag to resize
KenticoUserManagerTUserGenerateEmailConfirmationTokenAsync Method
Gets the email confirmation token for the registered user.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public override Task<string> GenerateEmailConfirmationTokenAsync(
	int userId
)

Parameters

userId
Type: SystemInt32
User ID

Return Value

Type: TaskString
See Also