public class Settings { [JsonConverter(typeof(EncryptingJsonConverter), "#my*S3cr3t")] public string Password { get; set; } }