5 references to Name
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)
100
if (!String.Equals(
Name
, other.
Name
, StringComparison.Ordinal)) {
130
int hashCode =
Name
.GetHashCode() ^ Options.GetHashCode();