共用方式為


EncryptionAlgorithm 列舉

定義

指定要用來提供受保護承載機密性的對稱加密演算法。

public enum class EncryptionAlgorithm
public enum EncryptionAlgorithm
type EncryptionAlgorithm = 
Public Enum EncryptionAlgorithm
繼承
EncryptionAlgorithm

欄位

AES_128_CBC 0

AES 演算法 (FIPS 197) ,並在加密區塊鏈結模式中執行 128 位金鑰。

AES_128_GCM 3

AES 演算法 (FIPS 197) ,並搭配以 Galois/Counter Mode (FIPS SP 800-38D) 執行的 128 位金鑰。

AES_192_CBC 1

AES 演算法 (FIPS 197) ,並在加密區塊鏈結模式中執行 192 位金鑰。

AES_192_GCM 4

AES 演算法 (FIPS 197) ,並在 Galois/Counter Mode (FIPS SP 800-38D) 中執行的 192 位金鑰。

AES_256_CBC 2

AES 演算法 (FIPS 197) ,並在加密區塊鏈結模式中執行 256 位金鑰。

AES_256_GCM 5

AES 演算法 (FIPS 197) ,並搭配以 Galois/Counter Mode (FIPS SP 800-38D) 執行的 256 位金鑰。

適用於