<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-rc.2.20475.5" />

System.Security.Cryptography.CngProvider

public sealed class CngProvider : IEquatable<CngProvider>

public string Provider { get; }

public CngProvider(string provider)

public static bool op_Equality(CngProvider left, CngProvider right)

public static bool op_Inequality(CngProvider left, CngProvider right)

public bool Equals(CngProvider other)