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

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

Encrypts email address by splitting it into the number of pieces specified in SplitNum. Each piece will have ' surrounding them. The encypted email address returned is intended to be used in a javascript.

Namespace: ContentStudio.Site.ActiveScripting.Security
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static string EncryptMethod2(
	string emailAddress,
	int numberOfSplits
)

Parameters

emailAddress
Type: SystemString
Email address
numberOfSplits
Type: SystemInt32
Number of splits

Return Value

Type: String
Encrypted email address
Examples

inf' + 'o@t' + 'ekn' + 'ikh' + 'use' + 't.se
See Also

Reference