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