5 references to Options
System.Core (5)
System\Security\Cryptography\CngKey.cs (2)
849NCryptNative.SetProperty(keyHandle, property.Name, property.Value, property.Options); 860NCryptNative.SetProperty(m_keyHandle, property.Name, property.Value, property.Options);
System\Security\Cryptography\CngProperty.cs (3)
104if (Options != other.Options) { 130int hashCode = Name.GetHashCode() ^ Options.GetHashCode();