Transparent method {0} returns security critical type {1}. In order for this return type to be allowed under the security transparency rules, either {0} must become security critical or safe-critical, or {1} must become security safe-critical or transparent.
Transparent method {0} references security critical field {1}. In order for this reference to be allowed under the security ...
Transparent method {0} references security critical method {1}. In order for this reference to be allowed under the security ...
Transparent method {0} references security critical type {1}. In order for this reference to be allowed under the security ...
Transparent method {0} returns a byref type. Change the return type of this method, or mark it security critical or safe-critical. ...
Transparent method {0} returns security critical type {1}. In order for this return type to be allowed under the security ...
Transparent or safe critical method {0} is overriding critical method {1} in violation of method override rules. {0} must ...
Transparent or safe-critical method {0} uses the SuppressUnmanagedCodeSecurityAttribute, either directly on the method or ...
Transparent or safe-critical type {0} derives from critical type {1} in violation of the transparency inheritance rules. ...
Transparent type {0} derives from safe-critical type {1} in violation of the transparency inheritance rules. {0} must be ...