public class SecurityPermissionAttribute extends CodeAccessSecurityAttribute
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Permissions.SecurityPermissionAttribute
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.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Security.Permissions.SecurityPermissionAttribute
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SecurityPermissionAttribute() |
SecurityPermissionAttribute(java.lang.Object instance)
Internal constructor.
|
SecurityPermissionAttribute(SecurityAction action) |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPermissionAttribute |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SecurityPermissionAttribute, a cast assert is made to check if types are compatible. |
IPermission |
CreatePermission() |
boolean |
getAssertion() |
boolean |
getBindingRedirects() |
boolean |
getControlAppDomain() |
boolean |
getControlDomainPolicy() |
boolean |
getControlEvidence() |
boolean |
getControlPolicy() |
boolean |
getControlPrincipal() |
boolean |
getControlThread() |
boolean |
getExecution() |
SecurityPermissionFlag |
getFlags() |
boolean |
getInfrastructure() |
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
|
boolean |
getRemotingConfiguration() |
boolean |
getSerializationFormatter() |
boolean |
getSkipVerification() |
boolean |
getUnmanagedCode() |
void |
setAssertion(boolean Assertion) |
void |
setBindingRedirects(boolean BindingRedirects) |
void |
setControlAppDomain(boolean ControlAppDomain) |
void |
setControlDomainPolicy(boolean ControlDomainPolicy) |
void |
setControlEvidence(boolean ControlEvidence) |
void |
setControlPolicy(boolean ControlPolicy) |
void |
setControlPrincipal(boolean ControlPrincipal) |
void |
setControlThread(boolean ControlThread) |
void |
setExecution(boolean Execution) |
void |
setFlags(SecurityPermissionFlag Flags) |
void |
setInfrastructure(boolean Infrastructure) |
void |
setJCOInstance(JCObject instance) |
void |
setRemotingConfiguration(boolean RemotingConfiguration) |
void |
setSerializationFormatter(boolean SerializationFormatter) |
void |
setSkipVerification(boolean SkipVerification) |
void |
setUnmanagedCode(boolean UnmanagedCode) |
getAction, getUnrestricted, setAction, setUnrestrictedGetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, getTypeId, IsDefaultAttribute, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, Matchpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SecurityPermissionAttribute()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityPermissionAttribute(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SecurityPermissionAttribute(SecurityAction action) throws java.lang.Throwable
java.lang.Throwablepublic static SecurityPermissionAttribute cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SecurityPermissionAttribute, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSecurityPermissionAttribute instancejava.lang.Throwable - in case of error during cast operationpublic IPermission CreatePermission() throws java.lang.Throwable
CreatePermission in class SecurityAttributejava.lang.Throwablepublic boolean getAssertion()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getBindingRedirects()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getControlAppDomain()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getControlDomainPolicy()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getControlEvidence()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getControlPolicy()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getControlPrincipal()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getControlThread()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getExecution()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityPermissionFlag getFlags() throws java.lang.Throwable
java.lang.Throwablepublic boolean getInfrastructure()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CodeAccessSecurityAttributeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CodeAccessSecurityAttributeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CodeAccessSecurityAttributeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CodeAccessSecurityAttributeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CodeAccessSecurityAttributeJCType representing the CLR Type of the instantiated Classpublic boolean getRemotingConfiguration()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSerializationFormatter()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSkipVerification()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUnmanagedCode()
throws java.lang.Throwable
java.lang.Throwablepublic void setAssertion(boolean Assertion)
throws java.lang.Throwable
java.lang.Throwablepublic void setBindingRedirects(boolean BindingRedirects)
throws java.lang.Throwable
java.lang.Throwablepublic void setControlAppDomain(boolean ControlAppDomain)
throws java.lang.Throwable
java.lang.Throwablepublic void setControlDomainPolicy(boolean ControlDomainPolicy)
throws java.lang.Throwable
java.lang.Throwablepublic void setControlEvidence(boolean ControlEvidence)
throws java.lang.Throwable
java.lang.Throwablepublic void setControlPolicy(boolean ControlPolicy)
throws java.lang.Throwable
java.lang.Throwablepublic void setControlPrincipal(boolean ControlPrincipal)
throws java.lang.Throwable
java.lang.Throwablepublic void setControlThread(boolean ControlThread)
throws java.lang.Throwable
java.lang.Throwablepublic void setExecution(boolean Execution)
throws java.lang.Throwable
java.lang.Throwablepublic void setFlags(SecurityPermissionFlag Flags) throws java.lang.Throwable
java.lang.Throwablepublic void setInfrastructure(boolean Infrastructure)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CodeAccessSecurityAttributepublic void setRemotingConfiguration(boolean RemotingConfiguration)
throws java.lang.Throwable
java.lang.Throwablepublic void setSerializationFormatter(boolean SerializationFormatter)
throws java.lang.Throwable
java.lang.Throwablepublic void setSkipVerification(boolean SkipVerification)
throws java.lang.Throwable
java.lang.Throwablepublic void setUnmanagedCode(boolean UnmanagedCode)
throws java.lang.Throwable
java.lang.Throwable