| 
    CodePorting.Translator Cs2Cpp
    
   CodePorting.Translator.Cs2Cpp.Framework 
   | 
 
Classes | |
| class | SecurityPermission | 
| Class that describes security permission. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.  More... | |
Enumerations | |
| enum class | PermissionState { Unrestricted = 1 , None = 0 } | 
| State of permission.  More... | |
| enum class | SecurityPermissionFlag {  NoFlags = 0 , Assertion = 1 , UnmanagedCode = 2 , SkipVerification = 4 , Execution = 8 , ControlThread = 16 , ControlEvidence = 32 , ControlPolicy = 64 , SerializationFormatter = 128 , ControlDomainPolicy = 256 , ControlPrincipal = 512 , ControlAppDomain = 1024 , RemotingConfiguration = 2048 , Infrastructure = 4096 , BindingRedirects = 8192 , AllFlags = 16383 }  | 
| Flags of security permission.  More... | |
      
  | 
  strong | 
      
  | 
  strong | 
Flags of security permission.