Apq.Cfg.Crypto.CfgBuilderExtensions.AddTripleDesEncryption(thisApq.Cfg.CfgBuilder,string,System.Action_Apq.Cfg.Crypto.EncryptionOptions_).md 1.7 KB

Apq.Cfg.Crypto

Apq.Cfg.Crypto.CfgBuilderExtensions

CfgBuilderExtensions.AddTripleDesEncryption(this CfgBuilder, string, Action<EncryptionOptions>) Method

添加 Triple DES 加密支持(仅用于遗留系统兼容)

public static Apq.Cfg.CfgBuilder AddTripleDesEncryption(this Apq.Cfg.CfgBuilder builder, string base64Key, System.Action<Apq.Cfg.Crypto.EncryptionOptions>? configure=null);

Parameters

builder Apq.Cfg.CfgBuilder

base64Key System.String

configure System.Action<EncryptionOptions>

Returns

Apq.Cfg.CfgBuilder