System.Security.Cryptography.CngProperty public struct CngProperty : IEquatable<CngProperty> Documentation Code public string Name { get; } public CngPropertyOptions Options { get; } public CngProperty(string name, byte[] value, CngPropertyOptions options) public static bool op_Equality(CngProperty left, CngProperty right) public static bool op_Inequality(CngProperty left, CngProperty right) public bool Equals(CngProperty other) public byte[] GetValue()