Click or drag to resize

CryptographyHelperCreateMaskAes Method

Creates a mask from the given AES encrypted value based on a private key

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static string CreateMaskAes(
	string encryptedValue,
	string privateKey,
	char maskChar
)

Parameters

encryptedValue
Type: SystemString
The encrypted value to build the mask from
privateKey
Type: SystemString
The private key to use
maskChar
Type: SystemChar
The character composing the mask

Return Value

Type: String
The mask built from the given encrypted value
See Also