Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Encapsulates the name of an encryption algorithm group.
public ref class CngAlgorithmGroup sealed : IEquatable<System::Security::Cryptography::CngAlgorithmGroup ^>
public sealed class CngAlgorithmGroup : IEquatable<System.Security.Cryptography.CngAlgorithmGroup>
[System.Serializable]
public sealed class CngAlgorithmGroup : IEquatable<System.Security.Cryptography.CngAlgorithmGroup>
type CngAlgorithmGroup = class
interface IEquatable<CngAlgorithmGroup>
[<System.Serializable>]
type CngAlgorithmGroup = class
interface IEquatable<CngAlgorithmGroup>
Public NotInheritable Class CngAlgorithmGroup
Implements IEquatable(Of CngAlgorithmGroup)
The CngAlgorithmGroup class is a utility class. It consists of static properties, comparison methods, and a private, internally maintained string that defines an algorithm group name.
The static properties return CngAlgorithmGroup objects. Each object's internal string is initialized to the algorithm group name that corresponds to the name of the static property.
You can also use this class to create objects for algorithm groups that are not covered by the static properties.
Several Cryptography Next Generation (CNG) classes (such as CngKey) return CngAlgorithmGroup objects. Classes that receive CngAlgorithm objects can retrieve the embedded algorithm group name by calling the object's AlgorithmGroup property.
Therefore, CngAlgorithmGroup serves as an enumeration of well-known algorithm groups. It lets you specify an algorithm group name by using a strongly typed value instead of a string.
Note
CNG classes don't work on non-Windows platforms.
Cng |
Initializes a new instance of the CngAlgorithmGroup class. |
Algorithm |
Gets the name of the algorithm group that the current CngAlgorithm object specifies. |
Diffie |
Gets a CngAlgorithmGroup object that specifies the Diffie-Hellman family of algorithms. |
Dsa |
Gets a CngAlgorithmGroup object that specifies the Digital Signature Algorithm (DSA) family of algorithms. |
ECDiffie |
Gets a CngAlgorithmGroup object that specifies the Elliptic Curve Diffie-Hellman (ECDH) family of algorithms. |
ECDsa |
Gets a CngAlgorithmGroup object that specifies the Elliptic Curve Digital Signature Algorithm (ECDSA) family of algorithms. |
MLDsa | |
Rsa |
Gets a CngAlgorithmGroup object that specifies the Rivest-Shamir-Adleman (RSA) family of algorithms. |
Equals(Cng |
Compares the specified CngAlgorithmGroup object to the current CngAlgorithmGroup object. |
Equals(Object) |
Compares the specified object to the current CngAlgorithmGroup object. |
Get |
Generates a hash value for the algorithm group name that is embedded in the current CngAlgorithmGroup object. |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Gets the name of the algorithm group that the current CngAlgorithm object specifies. |
Equality(Cng |
Determines whether two CngAlgorithmGroup objects specify the same algorithm group. |
Inequality(Cng |
Determines whether two CngAlgorithmGroup objects do not specify the same algorithm group. |
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9, 10 |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in