SettingMemberSecure Simple Type Simple Type
SettingMemberSecure Simple Type
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 Values
The SettingMemberSecure simple type defines the following values.
| 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
Send comments about this topic to Microsoft
Build date: 10/2/2007