Language

Sm4 Class

Definition

Important

This API is not CLS-compliant.

public ref class Sm4 abstract : System::Runtime::Intrinsics::Arm::ArmBase
[System.CLSCompliant(false)]
public abstract class Sm4 : System.Runtime.Intrinsics.Arm.ArmBase
[<System.CLSCompliant(false)>]
type Sm4 = class
    inherit ArmBase
Public MustInherit Class Sm4
Inherits ArmBase
Inheritance
Attributes

Properties

Name Description
IsSupported

Methods

Name Description
Encode(Vector128<UInt32>, Vector128<UInt32>)
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)
KeyUpdate(Vector128<UInt32>, Vector128<UInt32>)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to