添加 RSA 加密支持(从 PEM 字符串)
public static Apq.Cfg.CfgBuilder AddRsaEncryptionFromPem(this Apq.Cfg.CfgBuilder builder, string pem, System.Action<Apq.Cfg.Crypto.EncryptionOptions>? configure=null);
builder Apq.Cfg.CfgBuilder
pem System.String
configure System.Action<EncryptionOptions>