2 writes to Name
System.Security.Cryptography (2)
System\Security\Cryptography\CngProperty.cs (2)
24
Name
= name;
35
Name
= name;
3 references to Name
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (3)
68
if (!string.Equals(
Name
, other.
Name
, StringComparison.Ordinal))
87
int hashCode =
Name
.GetHashCode() ^ Options.GetHashCode();