Amazon.Runtime.Internal.Util.EncryptionWrapperAES.CreateAlgorithm C# (CSharp) Method

CreateAlgorithm() protected method

protected CreateAlgorithm ( ) : SymmetricAlgorithm
return System.Security.Cryptography.SymmetricAlgorithm
        protected override SymmetricAlgorithm CreateAlgorithm()
        {
            return Aes.Create();
        }
    }