The SHA1Hash (FilePropertiesType) element, in Configuration Manager, is the hash value of the file.

The SHA1Hash element is defined by the FilePropertiesType complex type.

<xs:element name="SHA1Hash">
	<xs:complexType>
		<xs:sequence
			minOccurs="0"
			maxOccurs="unbounded"
		>
			<xs:element
				ref="Rule"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

Child Elements

Element Type Description

Rule

tns:RuleType

Defines a rule to be evaluated against a part’s property or a settings value.

See Also


Send comments about this topic to Microsoft.