The PublicKeyToken (AssemblyPropertyRules) element, in Configuration Manager, groups all the rules/checks on the Public key token information for a .NET Framework assembly.

The syntax of the version property to be used in rules is a hexadecimal-encoded string representation of the public key token.

The PublicKeyToken element is defined by the AssemblyPropertyRules element.

<xs:element name="PublicKeyToken">
	<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.