2 writes to Options
System.Security.Cryptography (2)
System\Security\Cryptography\CngProperty.cs (2)
25
Options
= options;
43
Options
= options;
5 references to Options
System.Security.Cryptography (5)
System\Security\Cryptography\CngKey.Create.cs (1)
121
ErrorCode errorCode = Interop.NCrypt.NCryptSetProperty(keyHandle, property.Name, pValue, valueLength, property.
Options
);
System\Security\Cryptography\CngKey.Properties.cs (1)
65
ErrorCode errorCode = Interop.NCrypt.NCryptSetProperty(_keyHandle, property.Name, pinnedPropertyValue, propertyValue.Length, property.
Options
);
System\Security\Cryptography\CngProperty.cs (3)
78
if (
Options
!= other.
Options
)
94
int hashCode = Name.GetHashCode() ^
Options
.GetHashCode();