API Data Masking Components
API Reference
API Data Masking Components
Open Navigation Article
URL Dynamic API
API function
.NET:
HushHush.MaskingLogic.SSRS.Mask.UrlDynamic(string data, int type)
Expected input
Data: Valid URL value Type: numeric flag for type (default is 0). Possible values: 0 – All 1 – Healthcare 2 – Finance 3 – Education 4 – Ecommerce
Expected output
Generic URL of corresponding input type (nvarchar(MAX))
Error handling
Returns an empty string when passing empty, NULL value. Return value itself on incorrect url format.
Example
.NET:
HushHush.MaskingLogic.SSRS.Mask.UrlDynamic(“http://edu.us”)
×
API Reference: URL Dynamic
API Reference: URL Dynamic
- 1. URL Dynamic API
- 1.1 API function
- 1.2 Expected input
- 1.3 Expected output
- 1.4 Error handling
- 1.5 Example
API Data Masking Components
API Reference