Share via


ICodeAccessSecurityAssemblyCollection Interface

Definition

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.

Applies to