ICodeAccessSecurityAssemblyCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of assemblies associated with a code access security (CAS) policy.
public interface class ICodeAccessSecurityAssemblyCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::ICodeAccessSecurityAssembly ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::ICodeAccessSecurityAssembly ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::ICodeAccessSecurityAssembly ^>
public interface ICodeAccessSecurityAssemblyCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.ICodeAccessSecurityAssembly>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.ICodeAccessSecurityAssembly>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.ICodeAccessSecurityAssembly>
type ICodeAccessSecurityAssemblyCollection = interface
interface IList<ICodeAccessSecurityAssembly>
interface ICollection<ICodeAccessSecurityAssembly>
interface seq<ICodeAccessSecurityAssembly>
interface IEnumerable
Public Interface ICodeAccessSecurityAssemblyCollection
Implements ICollection(Of ICodeAccessSecurityAssembly), IEnumerable(Of ICodeAccessSecurityAssembly), IList(Of ICodeAccessSecurityAssembly)
- Implements
Remarks
For more information, see Code Access Security.
Methods
Add() |
Adds a new code access security (CAS) assembly. |