Click or drag to resize

MapFieldSigFromStandardEncryptedSignature Method

Reconstructs a MapFieldSig object from the provied signature. The signature should have been generated via GenStandardEncryptedSignature(IAppContext, IField). Note that an error will be thrown if the provided signature is non-null/blank and cannot be decrypted.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static MapFieldSig FromStandardEncryptedSignature(
	IAppContext cxt,
	string signature
)

Parameters

cxt
Type: NetQuarryIAppContext
The application.
signature
Type: SystemString
The encrypted, URI-escaped signature.

Return Value

Type: MapFieldSig
The reconstructed object, or null if signature is null/blank.
See Also