Assembly Element (Solution - CodeAccessSecurity)
Applies to: SharePoint Foundation 2010
Specifies an assembly in a solution's code access security policy.
<Assembly
Name = "Text"
PublicKeyBlob = "Text"
Version = "Text">
</Assembly>
Attributes
Attribute |
Description |
---|---|
Name |
Optional Text. The name of the assembly. |
PublicKeyBlob |
Optional Text. The assembly's public key, in binary format. |
Version |
Optional Text. The version of the assembly. |
Child Elements
None |
Parent Elements
Example
For an example of how this element is used, see Solution Schema.