Share via


SettingMemberSecure simple type [SDM]

 
Platform SDK: System Definition Model Overview

SettingMemberSecure Simple Type

Note: This documentation is preliminary and is subject to change.

Defines values used to specify whether the value of a setting should be encrypted when stored to an .sdmdocument file and whether tools should log this value during manipulations such as installations.

<xs:simpleType name="SettingMemberSecure">
    <xs:restriction
        base="string"
    >
        <xs:enumeration
            value="Always"
         />
        <xs:enumeration
            value="PerInstance"
         />
        <xs:enumeration
            value="Never"
         />
    </xs:restriction>
</xs:simpleType>
SettingMemberSecure
Specifies whether the value of a setting should be encrypted when stored to an .sdmdocument file and whether tools should log this value during manipulations such as installations.

Enumeration

The following values are defined by the SettingMemberSecure simple type:

Value Description
Always The value of a setting should always be encrypted when stored in an .sdmdocument file.
PerInstance The value of a setting should be encrypted on a per-instance basis when stored in an .sdmdocument file.
Never The value of a setting should never be encrypted when stored in an .sdmdocument file.

See Also

SystemDefinitionModel Schema Simple Types

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.