Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Cryptography.​CngAlgorithmGroup

Assembly: System.Security.Cryptography

Inheritance: object → CngAlgorithmGroup

Implemented Interfaces

Encapsulates the name of an encryption algorithm group.

Properties

public string
AlgorithmGroup
Gets the name of the algorithm group that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.
public static CngAlgorithmGroup
DiffieHellman
Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Diffie-Hellman family of algorithms.
public static CngAlgorithmGroup
Dsa
Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Digital Signature Algorithm (DSA) family of algorithms.
public static CngAlgorithmGroup
ECDiffieHellman
Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Elliptic Curve Diffie-Hellman (ECDH) family of algorithms.
public static CngAlgorithmGroup
ECDsa
Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Elliptic Curve Digital Signature Algorithm (ECDSA) family of algorithms.
public static CngAlgorithmGroup
MLDsa
<para>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Module-Lattice-Based Digital Signature Algorithm (ML-DSA) family of algorithms.</para>
public static CngAlgorithmGroup
MLKem
<para>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) family of algorithms.</para>
public static CngAlgorithmGroup
Rsa
Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Rivest-Shamir-Adleman (RSA) family of algorithms.
public static CngAlgorithmGroup
SlhDsa
<para>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Stateless Hash-Based Digital Signature Algorithm (SLH-DSA) family of algorithms.</para>

Methods

public bool
Equals​(object obj)
Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
Returns <see langword="true" /> if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> that specifies the same algorithm group as the current object; otherwise, <see langword="false" /> .
obj An object to be compared to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
public bool
Equals​(CngAlgorithmGroup other)
Compares the specified <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
Returns <see langword="true" /> if the <paramref name="other" /> parameter specifies the same algorithm group as the current object; otherwise, <see langword="false" /> .
other An object to be compared to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
public int
GetHashCode​()
Generates a hash value for the algorithm group name that is embedded in the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
Returns The hash value of the embedded algorithm group name.
public string
ToString​()
Gets the name of the algorithm group that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.
Returns The embedded algorithm group name.
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object