MapFieldSigFromStandardEncryptedSignature Method |
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
)
Public Shared Function FromStandardEncryptedSignature (
cxt As IAppContext,
signature As String
) As MapFieldSig
Parameters
- cxt
- Type: NetQuarryIAppContext
The application. - signature
- Type: SystemString
The encrypted, URI-escaped signature.
Return Value
Type:
MapFieldSigThe reconstructed object, or null if signature is null/blank.
See Also