MapFieldSigGenStandardEncryptedSignature Method |
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GenStandardEncryptedSignature(
IAppContext cxt,
IField fld
)
Public Function GenStandardEncryptedSignature (
cxt As IAppContext,
fld As IField
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application. - fld
- Type: NetQuarry.DataIField
The field for which to generate a signature.
Return Value
Type:
StringThe encrypted and URI-escaped signature string.
See Also