Gets the attribute value that should be traced, adhering to sensitive data settings.
Note: This method is supported for IC Server version 2018 R2 and beyond.
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public string ToSensitiveInteractionAttributeValue( string attributeName, string attributeValue ) |
Visual Basic |
---|
Public Function ToSensitiveInteractionAttributeValue ( _ attributeName As String, _ attributeValue As String _ ) As String |
Parameters
- attributeName
- Type: System..::..String
The attribute name.
- attributeValue
- Type: System..::..String
The attribute value.
Return Value
Either attributeValue or the hash value of attributeValue if attributeKey is marked as sensitive, values should not be traced.Version Information
Supported for IC Server version 2018 R2 and beyond.