﻿<?xml version="1.0" encoding="utf-8"?><Type Name="Aes" FullName="System.Security.Cryptography.Aes"><TypeSignature Language="C#" Value="public abstract class Aes : System.Security.Cryptography.SymmetricAlgorithm" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit Aes extends System.Security.Cryptography.SymmetricAlgorithm" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Security.Cryptography.SymmetricAlgorithm</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")</AttributeName></Attribute></Attributes><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the abstract base class from which all implementations of the Advanced Encryption Standard (AES) must inherit. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected Aes ();" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Aes" /> class. </para></summary></Docs></Member><Member MemberName="Create"><MemberSignature Language="C#" Value="public static System.Security.Cryptography.Aes Create ();" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Security.Cryptography.Aes Create() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.Aes</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a cryptographic object that is used to perform the symmetric algorithm.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A cryptographic object that is used to perform the symmetric algorithm.</para></returns></Docs></Member><Member MemberName="Create"><MemberSignature Language="C#" Value="public static System.Security.Cryptography.Aes Create (string algorithmName);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Security.Cryptography.Aes Create(string algorithmName) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.Aes</ReturnType></ReturnValue><Parameters><Parameter Name="algorithmName" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Possible <paramref name="algorithmName" /> values are: "AES", "AesCryptoServiceProvider", "System.Security.Cryptography.AesCryptoServiceProvider", "AesManaged", and "System.Security.Cryptography.AesManaged".</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a cryptographic object that specifies the implementation of AES to use to perform the symmetric algorithm.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A cryptographic object that is used to perform the symmetric algorithm.</para></returns><param name="algorithmName"><attribution license="cc4" from="Microsoft" modified="false" />The name of the specific implementation of AES to use.</param></Docs></Member></Members></Type>