EncrypterEncryptAES Method (String, Byte, Byte, CipherMode, PaddingMode, CiphertextFormat) |
Namespace: X3Platform.Security
public static string EncryptAES( string text, byte[] key, byte[] iv, CipherMode mode, PaddingMode padding, CiphertextFormat format )
[Missing <param name="mode"/> documentation for "M:X3Platform.Security.Encrypter.EncryptAES(System.String,System.Byte[],System.Byte[],System.Security.Cryptography.CipherMode,System.Security.Cryptography.PaddingMode,X3Platform.Security.CiphertextFormat)"]
[Missing <param name="padding"/> documentation for "M:X3Platform.Security.Encrypter.EncryptAES(System.String,System.Byte[],System.Byte[],System.Security.Cryptography.CipherMode,System.Security.Cryptography.PaddingMode,X3Platform.Security.CiphertextFormat)"]