RegistryXmlRepository.DefaultRegistryKey Vlastnost

Definice

Výchozí adresář úložiště klíčů, který aktuálně odpovídá souboru HKLM\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys{SID}.

public:
 static property Microsoft::Win32::RegistryKey ^ DefaultRegistryKey { Microsoft::Win32::RegistryKey ^ get(); };
public static Microsoft.Win32.RegistryKey DefaultRegistryKey { get; }
public static Microsoft.Win32.RegistryKey? DefaultRegistryKey { get; }
member this.DefaultRegistryKey : Microsoft.Win32.RegistryKey
Public Shared ReadOnly Property DefaultRegistryKey As RegistryKey

Hodnota vlastnosti

RegistryKey

Poznámky

Tato vlastnost může vrátit hodnotu null, pokud nelze najít vhodný výchozí klíč registru, například v případě, že tato aplikace není hostovaná ve službě IIS.

Platí pro