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