System.Security.Cryptography.Aes.Aes C# (CSharp) Метод

Aes() защищенный Метод

protected Aes ( ) : Internal.Cryptography
Результат Internal.Cryptography
        protected Aes()
        {
            LegalBlockSizesValue = s_legalBlockSizes.CloneKeySizesArray();
            LegalKeySizesValue = s_legalKeySizes.CloneKeySizesArray();

            BlockSizeValue = 128;
            FeedbackSizeValue = 8;
            KeySizeValue = 256;
            ModeValue = CipherMode.CBC;
        }