The members of System.Security.Policy.PolicyLevel are listed below.
See Also: Inherited members from System.Object
[read-only] | FullTrustAssemblies | IList.
Gets a list of System.Security.Policy.StrongNameMembershipCondition objects used to determine whether an assembly is a member of the group of assemblies used to evaluate security policy. |
[read-only] | Label | string.
Gets a descriptive label for the policy level. |
[read-only] | NamedPermissionSets | IList.
Gets a list of named permission sets defined for the policy level. |
RootCodeGroup | CodeGroup.
Gets or sets the root code group for the policy level. | |
[read-only] | StoreLocation | string.
Gets the path where the policy file is stored. |
[read-only] | Type | System.Security.PolicyLevelType.
Gets the type of the policy level. |
AddFullTrustAssembly(StrongName)
| ||
AddFullTrustAssembly(StrongNameMembershipCondition)
| ||
AddNamedPermissionSet(System.Security.NamedPermissionSet)
| ||
ChangeNamedPermissionSet(string, System.Security.PermissionSet)
| ||
static | CreateAppDomainLevel()
| |
FromXml(System.Security.SecurityElement)
| ||
GetNamedPermissionSet(string)
| ||
Recover()
| ||
RemoveFullTrustAssembly(StrongName)
| ||
RemoveFullTrustAssembly(StrongNameMembershipCondition)
| ||
RemoveNamedPermissionSet(System.Security.NamedPermissionSet)
| ||
RemoveNamedPermissionSet(string)
| ||
Reset()
| ||
Resolve(Evidence)
| ||
ResolveMatchingCodeGroups(Evidence)
| ||
ToXml()
|