Amazon.Runtime.Internal.Util.EncryptionWrapperAES.CreateAlgorithm C# (CSharp) 메소드

CreateAlgorithm() 보호된 메소드

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