public class DataProtectionPermission extends CodeAccessPermission
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Permissions.DataProtectionPermission
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security
|
static java.lang.String |
className
Qualified class name: System.Security.Permissions.DataProtectionPermission
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataProtectionPermission() |
DataProtectionPermission(DataProtectionPermissionFlags flag) |
DataProtectionPermission(java.lang.Object instance)
Internal constructor.
|
DataProtectionPermission(PermissionState state) |
| Modifier and Type | Method and Description |
|---|---|
static DataProtectionPermission |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataProtectionPermission, a cast assert is made to check if types are compatible. |
IPermission |
Copy() |
void |
FromXml(SecurityElement securityElement) |
DataProtectionPermissionFlags |
getFlags() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
IPermission |
Intersect(IPermission target) |
boolean |
IsSubsetOf(IPermission target) |
boolean |
IsUnrestricted() |
void |
setFlags(DataProtectionPermissionFlags Flags) |
void |
setJCOInstance(JCObject instance) |
SecurityElement |
ToXml() |
IPermission |
Union(IPermission target) |
Assert, Demand, Deny, PermitOnly, RevertAll, RevertAssert, RevertDeny, RevertPermitOnlypublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataProtectionPermission()
throws java.lang.Throwable
java.lang.Throwablepublic DataProtectionPermission(DataProtectionPermissionFlags flag) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic DataProtectionPermission(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataProtectionPermission(PermissionState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionpublic static DataProtectionPermission cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataProtectionPermission, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataProtectionPermission instancejava.lang.Throwable - in case of error during cast operationpublic IPermission Copy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
Copy in class CodeAccessPermissionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void FromXml(SecurityElement securityElement) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, NullReferenceException
FromXml in class CodeAccessPermissionjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionNullReferenceExceptionpublic DataProtectionPermissionFlags getFlags() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CodeAccessPermissionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CodeAccessPermissionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CodeAccessPermissionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CodeAccessPermissionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CodeAccessPermissionJCType representing the CLR Type of the instantiated Classpublic IPermission Intersect(IPermission target) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
Intersect in class CodeAccessPermissionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic boolean IsSubsetOf(IPermission target) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
IsSubsetOf in class CodeAccessPermissionjava.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic boolean IsUnrestricted()
throws java.lang.Throwable
java.lang.Throwablepublic void setFlags(DataProtectionPermissionFlags Flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class CodeAccessPermissionpublic SecurityElement ToXml() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException
ToXml in class CodeAccessPermissionjava.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotImplementedExceptionpublic IPermission Union(IPermission target) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
Union in class CodeAccessPermissionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedException