ZipEntryInformationAESKeySize Property

AES加密金鑰大小

Definition

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

Property Value

Int32

Remarks

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

See Also