Interface IObfuscationCapable
Classes that implement this interface support obfuscating bodies and headers.
Namespace: Ingenico.Connect.Sdk.Logging
Assembly: connect-sdk-dotnet.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 |