e
q
u
e
s
t
a
d
e
m
o
API Reference: IP Address
{TOC}
"IP Address" API
API function
.NET:
HushHush.MaskingLogic.SSRS.Mask.IPRandom(string data)
Expected input
data: Valid IPv4 or IPv6
Expected output
Common IP of the same format as input (nvarchar(MAX))
Error handling
Returns an empty string when passing empty or NULL value.
Example
.NET:
HushHush.MaskingLogic.SSRS.Mask.IPRandom(“2001:db8:0:1:1:1:1:1”)