Click or drag to resize

CacheManagerSafeSignature Method

Converts s signature as provided to public methods in this class, into the signature used in the cache table.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string SafeSignature(
	string signature
)

Parameters

signature
Type: SystemString
The public signature.

Return Value

Type: String
The signature appropriate for use in database queries.
See Also