ZipEntryInformationAESKeySize Property

AES加密金鑰大小

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.CompressHelper (in eBizprise.Utility.CompressHelper.dll) Version: 25.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public int AESKeySize { get; set; }

Property Value

Int32

Remarks

  • 0:不需加密
  • 128:128位元金鑰
  • 256:256位元金鑰

See Also