29 if (provider.Length == 0)
38 return left?.
Equals(right) ?? ((object)right ==
null);
43 if ((
object)left ==
null)
45 return (
object)right !=
null;
47 return !left.
Equals(right);
50 public override bool Equals([NotNullWhen(
true)]
object?
obj)
57 if ((
object)
other ==
null)
static string Cryptography_InvalidProviderName
static string Format(string resourceFormat, object p1)
override int GetHashCode()
static CngProvider s_msSoftwareKsp
CngProvider(string provider)
static CngProvider s_msPlatformKsp
static bool operator==(CngProvider? left, CngProvider? right)
readonly string _provider
bool Equals([NotNullWhen(true)] CngProvider? other)
static CngProvider MicrosoftSmartCardKeyStorageProvider
override bool Equals([NotNullWhen(true)] object? obj)
static CngProvider MicrosoftSoftwareKeyStorageProvider
static bool operator!=(CngProvider? left, CngProvider? right)
static CngProvider s_msSmartCardKsp
override string ToString()
static CngProvider MicrosoftPlatformCryptoProvider