Aes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
This class provides access to Intel AES hardware instructions via intrinsics.
public ref class Aes abstract : System::Runtime::Intrinsics::X86::Sse2
[System.CLSCompliant(false)]
public abstract class Aes : System.Runtime.Intrinsics.X86.Sse2
[<System.CLSCompliant(false)>]
type Aes = class
inherit Sse2
Public MustInherit Class Aes
Inherits Sse2
- Inheritance
- Inheritance
- Attributes
Properties
IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
Methods
Decrypt(Vector128<Byte>, Vector128<Byte>) |
__m128i _mm_aesdec_si128 (__m128i a, __m128i RoundKey) AESDEC xmm, xmm/m128 |
DecryptLast(Vector128<Byte>, Vector128<Byte>) |
__m128i _mm_aesdeclast_si128 (__m128i a, __m128i RoundKey) AESDECLAST xmm, xmm/m128 |
Encrypt(Vector128<Byte>, Vector128<Byte>) |
__m128i _mm_aesenc_si128 (__m128i a, __m128i RoundKey) AESENC xmm, xmm/m128 |
EncryptLast(Vector128<Byte>, Vector128<Byte>) |
__m128i _mm_aesenclast_si128 (__m128i a, __m128i RoundKey) AESENCLAST xmm, xmm/m128 |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
InverseMixColumns(Vector128<Byte>) |
__m128i _mm_aesimc_si128 (__m128i a) AESIMC xmm, xmm/m128 |
KeygenAssist(Vector128<Byte>, Byte) |
__m128i _mm_aeskeygenassist_si128 (__m128i a, const int imm8) AESKEYGENASSIST xmm, xmm/m128, imm8 |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |