ResourcePermissionBaseEntry Class

Definition

Caution

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

Defines the smallest unit of a code access security permission set.

public ref class ResourcePermissionBaseEntry
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public class ResourcePermissionBaseEntry
[System.Serializable]
public class ResourcePermissionBaseEntry
public class ResourcePermissionBaseEntry
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type ResourcePermissionBaseEntry = class
[<System.Serializable>]
type ResourcePermissionBaseEntry = class
type ResourcePermissionBaseEntry = class
Public Class ResourcePermissionBaseEntry
Inheritance
ResourcePermissionBaseEntry
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.

Constructors

ResourcePermissionBaseEntry()

Initializes a new instance of the ResourcePermissionBaseEntry class.

ResourcePermissionBaseEntry(Int32, String[])

Initializes a new instance of the ResourcePermissionBaseEntry class with the specified permission access and permission access path.

Properties

PermissionAccess

Gets an integer representation of the access level enumeration value.

PermissionAccessPath

Gets an array of strings that identify the resource you are protecting.

Methods

Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to