Interface IObfuscationCapable
Classes that implement this interface support obfuscating bodies and headers.
Namespace: Worldline.Acquiring.Sdk.Logging
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public interface IObfuscationCapable
Properties
BodyObfuscator
The current non-null body obfuscator to use.
Declaration
BodyObfuscator BodyObfuscator { set; }
Property Value
Type | Description |
---|---|
BodyObfuscator |
HeaderObfuscator
The current non-null header obfuscator to use.
Declaration
HeaderObfuscator HeaderObfuscator { set; }
Property Value
Type | Description |
---|---|
HeaderObfuscator |