33 if (algorithmGroup ==
null)
37 if (algorithmGroup.Length == 0)
46 return left?.
Equals(right) ?? ((object)right ==
null);
51 if ((
object)left ==
null)
53 return (
object)right !=
null;
55 return !left.
Equals(right);
58 public override bool Equals([NotNullWhen(
true)]
object?
obj)
65 if ((
object)
other ==
null)
static string Format(string resourceFormat, object p1)
static string Cryptography_InvalidAlgorithmGroup
static CngAlgorithmGroup DiffieHellman
readonly string _algorithmGroup
bool Equals([NotNullWhen(true)] CngAlgorithmGroup? other)
static CngAlgorithmGroup s_ecdsa
override int GetHashCode()
static CngAlgorithmGroup s_dsa
override bool Equals([NotNullWhen(true)] object? obj)
static CngAlgorithmGroup s_dh
static bool operator!=(CngAlgorithmGroup? left, CngAlgorithmGroup? right)
CngAlgorithmGroup(string algorithmGroup)
static bool operator==(CngAlgorithmGroup? left, CngAlgorithmGroup? right)
override string ToString()
static CngAlgorithmGroup s_ecdh
static CngAlgorithmGroup Dsa
static CngAlgorithmGroup Rsa
static CngAlgorithmGroup s_rsa