NamedPermissionSet Class

Definition

Caution

Code Access Security is not supported or honored by the runtime.

Defines a permission set that has a name and description associated with it. This class cannot be inherited.

public ref class NamedPermissionSet sealed : System::Security::PermissionSet
public sealed class NamedPermissionSet : System.Security.PermissionSet
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class NamedPermissionSet : System.Security.PermissionSet
[System.Serializable]
public sealed class NamedPermissionSet : System.Security.PermissionSet
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class NamedPermissionSet : System.Security.PermissionSet
type NamedPermissionSet = class
    inherit PermissionSet
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type NamedPermissionSet = class
    inherit PermissionSet
[<System.Serializable>]
type NamedPermissionSet = class
    inherit PermissionSet
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type NamedPermissionSet = class
    inherit PermissionSet
Public NotInheritable Class NamedPermissionSet
Inherits PermissionSet
Inheritance
NamedPermissionSet
Attributes

Remarks

Caution

Code Access Security (CAS) has been deprecated across all versions of .NET Framework and .NET. Recent versions of .NET do not honor CAS annotations and produce errors if CAS-related APIs are used. Developers should seek alternative means of accomplishing security tasks.

Named permission sets are used in security policy administration to specify the permissions to be granted to code that belongs to certain code groups. Names are strings of alphanumeric characters. Description strings can consist of any printable characters.

Constructors

NamedPermissionSet(NamedPermissionSet)

Initializes a new instance of the NamedPermissionSet class from another named permission set.

NamedPermissionSet(String)

Initializes a new, empty instance of the NamedPermissionSet class with the specified name.

NamedPermissionSet(String, PermissionSet)

Initializes a new instance of the NamedPermissionSet class with the specified name from a permission set.

NamedPermissionSet(String, PermissionState)

Initializes a new instance of the NamedPermissionSet class with the specified name in either an unrestricted or a fully restricted state.

Properties

Count

Gets the number of permission objects contained in the permission set.

(Inherited from PermissionSet)
Description

Gets or sets the text description of the current named permission set.

IsReadOnly

Gets a value indicating whether the collection is read-only.

(Inherited from PermissionSet)
IsSynchronized

Gets a value indicating whether the collection is guaranteed to be thread safe.

(Inherited from PermissionSet)
Name

Gets or sets the name of the current named permission set.

SyncRoot

Gets the root object of the current collection.

(Inherited from PermissionSet)

Methods

AddPermission(IPermission)

Adds a specified permission to the PermissionSet.

(Inherited from PermissionSet)
AddPermissionImpl(IPermission)

Adds a specified permission to the PermissionSet.

(Inherited from PermissionSet)
Assert()

Declares that the calling code can access the resource protected by a permission demand through the code that calls this method, even if callers higher in the stack have not been granted permission to access the resource. Using Assert() can create security vulnerabilities.

(Inherited from PermissionSet)
ContainsNonCodeAccessPermissions()

Gets a value indicating whether the PermissionSet contains permissions that are not derived from CodeAccessPermission.

(Inherited from PermissionSet)
Copy()

Creates a permission set copy from a named permission set.

Copy(String)

Creates a copy of the named permission set with a different name but the same permissions.

CopyTo(Array, Int32)

Copies the permission objects of the set to the indicated location in an Array.

(Inherited from PermissionSet)
Demand()

Forces a SecurityException at run time if all callers higher in the call stack have not been granted the permissions specified by the current instance.

(Inherited from PermissionSet)
Deny()
Obsolete.
Obsolete.

Causes any Demand() that passes through the calling code for a permission that has an intersection with a permission of a type contained in the current PermissionSet to fail.

(Inherited from PermissionSet)
Equals(Object)

Determines whether the specified NamedPermissionSet object is equal to the current NamedPermissionSet.

Equals(Object)

Determines whether the specified PermissionSet or NamedPermissionSet object is equal to the current PermissionSet.

(Inherited from PermissionSet)
FromXml(SecurityElement)

Reconstructs a named permission set with a specified state from an XML encoding.

GetEnumerator()

Returns an enumerator for the permissions of the set.

(Inherited from PermissionSet)
GetEnumeratorImpl()

Returns an enumerator for the permissions of the set.

(Inherited from PermissionSet)
GetHashCode()

Gets a hash code for the NamedPermissionSet object that is suitable for use in hashing algorithms and data structures such as a hash table.

GetHashCode()

Gets a hash code for the PermissionSet object that is suitable for use in hashing algorithms and data structures such as a hash table.

(Inherited from PermissionSet)
GetPermission(Type)

Gets a permission object of the specified type, if it exists in the set.

(Inherited from PermissionSet)
GetPermissionImpl(Type)

Gets a permission object of the specified type, if it exists in the set.

(Inherited from PermissionSet)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
Intersect(PermissionSet)

Creates and returns a permission set that is the intersection of the current PermissionSet and the specified PermissionSet.

(Inherited from PermissionSet)
IsEmpty()

Gets a value indicating whether the PermissionSet is empty.

(Inherited from PermissionSet)
IsSubsetOf(PermissionSet)

Determines whether the current PermissionSet is a subset of the specified PermissionSet.

(Inherited from PermissionSet)
IsUnrestricted()

Determines whether the PermissionSet is Unrestricted.

(Inherited from PermissionSet)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
PermitOnly()

Causes any Demand() that passes through the calling code for any PermissionSet that is not a subset of the current PermissionSet to fail.

(Inherited from PermissionSet)
RemovePermission(Type)

Removes a permission of a certain type from the set.

(Inherited from PermissionSet)
RemovePermissionImpl(Type)

Removes a permission of a certain type from the set.

(Inherited from PermissionSet)
SetPermission(IPermission)

Sets a permission to the PermissionSet, replacing any existing permission of the same type.

(Inherited from PermissionSet)
SetPermissionImpl(IPermission)

Sets a permission to the PermissionSet, replacing any existing permission of the same type.

(Inherited from PermissionSet)
ToString()

Returns a string representation of the PermissionSet.

(Inherited from PermissionSet)
ToXml()

Creates an XML element description of the named permission set.

Union(PermissionSet)

Creates a PermissionSet that is the union of the current PermissionSet and the specified PermissionSet.

(Inherited from PermissionSet)

Explicit Interface Implementations

IDeserializationCallback.OnDeserialization(Object)

Runs when the entire object graph has been deserialized.

(Inherited from PermissionSet)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to