Click or drag to resize

HelperMaskEmail Method

Masks an email address using standard masking Shows first 1-2 and last 1 character of local part Example: john.doe@example.com → jo****e@example.com

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static string MaskEmail(
	string email
)

Parameters

email  String
 

Return Value

String
See Also