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

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.

Methods

public bool
Equals​(object obj)
obj An object to be compared 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" /> .
Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
public bool
Equals​(CngAlgorithmGroup other)
other An object to be compared 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" /> .
Compares the specified <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
public int
GetHashCode​()
Returns The hash value of the embedded algorithm group name.
Generates a hash value for the algorithm group name that is embedded in the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.
public string
ToString​()
Returns The embedded algorithm group name.
Gets the name of the algorithm group that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object