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;
        }