#### [Apq\.Cfg](index.md 'index')
### [Apq\.Cfg\.Internal](Apq.Cfg.Internal.md 'Apq\.Cfg\.Internal').[ValueMaskerChain](Apq.Cfg.Internal.ValueMaskerChain.md 'Apq\.Cfg\.Internal\.ValueMaskerChain')
## ValueMaskerChain\.Mask\(string, string\) Method
脱敏处理
```csharp
public string Mask(string key, string? value);
```
#### Parameters
`key` [System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
配置键
`value` [System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
配置值
#### Returns
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
脱敏后的值