DomainSecretKeyPersistedDomainSecretKeyPersisted
指定是否要保存在裝置上的網域祕密金鑰。Specifies whether to persist the domain secret key on a device.
值Values
值Value | 描述Description |
---|---|
FalseFalse |
無法保存在裝置上的網域祕密金鑰。Do no persist the domain secret key on the device. |
TrueTrue |
保存在裝置上的網域祕密金鑰。Persist the domain secret key on the device. 這是預設值。This is the default value. |
父階層Parent Hierarchy
Microsoft-Windows-Embedded-UnifiedWriteFilter | DomainSecretKeyPersistedMicrosoft-Windows-Embedded-UnifiedWriteFilter | DomainSecretKeyPersisted
有效的設定階段Valid Configuration Passes
特製化specialize
套用至Applies To
如需此元件支援的架構與 Windows 版本的清單,請參閱Microsoft-Windows-內嵌-UnifiedWriteFilter。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-UnifiedWriteFilter.
XML 範例XML example
<settings pass="specialize">
<component name="Microsoft-Windows-Embedded-UnifiedWriteFilter" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DomainSecretKeyPersisted>False</DomainSecretKeyPersisted>
</component>
</settings>