System.Security.Cryptography.CngProvider public sealed class CngProvider : IEquatable<CngProvider> Documentation Code public static CngProvider MicrosoftSmartCardKeyStorageProvider { get; } public static CngProvider MicrosoftSoftwareKeyStorageProvider { get; } 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)