2 writes to Options
System.Security.Cryptography (2)
System\Security\Cryptography\CngProperty.cs (2)
25Options = options; 36Options = options;
3 references to Options
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (3)
71if (Options != other.Options) 87int hashCode = Name.GetHashCode() ^ Options.GetHashCode();