System.Security.Cryptography.Aes.Aes C# (CSharp) Méthode

Aes() protected méthode

protected Aes ( ) : Internal.Cryptography
Résultat Internal.Cryptography
        protected Aes()
        {
            LegalBlockSizesValue = s_legalBlockSizes.CloneKeySizesArray();
            LegalKeySizesValue = s_legalKeySizes.CloneKeySizesArray();

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