Click or drag to resize
EncrypterDecryptAES Method (String, String, String, CipherMode, PaddingMode, CiphertextFormat)
解密-AES方式

Namespace: X3Platform.Security
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string DecryptAES(
	string text,
	string key,
	string iv,
	CipherMode mode,
	PaddingMode padding,
	CiphertextFormat format
)

Parameters

text
Type: SystemString
文本
key
Type: SystemString
密钥
iv
Type: SystemString
初始化向量
mode
Type: System.Security.CryptographyCipherMode

[Missing <param name="mode"/> documentation for "M:X3Platform.Security.Encrypter.DecryptAES(System.String,System.String,System.String,System.Security.Cryptography.CipherMode,System.Security.Cryptography.PaddingMode,X3Platform.Security.CiphertextFormat)"]

padding
Type: System.Security.CryptographyPaddingMode

[Missing <param name="padding"/> documentation for "M:X3Platform.Security.Encrypter.DecryptAES(System.String,System.String,System.String,System.Security.Cryptography.CipherMode,System.Security.Cryptography.PaddingMode,X3Platform.Security.CiphertextFormat)"]

format
Type: X3Platform.SecurityCiphertextFormat

[Missing <param name="format"/> documentation for "M:X3Platform.Security.Encrypter.DecryptAES(System.String,System.String,System.String,System.Security.Cryptography.CipherMode,System.Security.Cryptography.PaddingMode,X3Platform.Security.CiphertextFormat)"]

Return Value

Type: String
解密后的文本
See Also