6 references to Name
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
705
_logger.UsingRegistryAsKeyRepositoryWithDPAPI(regKeyStorageKey!.
Name
);
Microsoft.Win32.Registry (1)
Microsoft\Win32\Registry.cs (1)
55
if (baseKey != null && keyName.StartsWith(baseKey.
Name
, StringComparison.OrdinalIgnoreCase))
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (2)
462
string keyname = key.
Name
;
754
string name = key.
Name
;
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
498
if (key.
Name
.Equals(rootPath, StringComparison.OrdinalIgnoreCase))
System.Windows.Forms (1)
System\Windows\Forms\Input\InputLanguage.cs (1)
158
Debug.Assert(subKeyName.Length == 8, $"unexpected key length in registry: {subKey.
Name
}");