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