SecurityMessages
SecurityMessages.Instance (SystemMessages.Security) contains message descriptions scraped from mscorlib.dll for System.Security.*.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA34500F3 | 0x8013150A | SecurityException | mscorlib.Arg_SecurityException | Security error. | System.Security.SecurityException |
0xA34501BB | 0x80070057 | InvalidPrivilegeName | mscorlib.Argument_InvalidPrivilegeName | Privilege '{0}' is not valid on this system. | System.ArgumentException |
0xA3450563 | 0x8013150A | AnonymouslyHostedDynamicMethodCheckFailed | mscorlib.Security_AnonymouslyHostedDynamicMethodCheckFailed | The demand failed due to the code access security information captured during the creation of an anonymously hosted dynamic method. In order for this operation to succeed, ensure that the demand would have succeeded at the time the method was created. See http://go.microsoft.com/fwlink/?LinkId=288746 for more information. | System.Security.SecurityException |
0xA3450564 | 0x80131509 | CannotGenerateHash | mscorlib.Security_CannotGenerateHash | Hash for the assembly cannot be generated. | System.InvalidOperationException |
0xA3450565 | 0x8013150A | CannotReadRegistryData | mscorlib.Security_CannotReadRegistryData | The time zone ID '{0}' was found on the local computer, but the application does not have permission to read the registry information. | System.Security.SecurityException |
0xA3450566 | 0x8013150A | Generic | mscorlib.Security_Generic | Request for the permission of type '{0}' failed. | System.Security.SecurityException |
0xA3450567 | 0x8013150A | GenericNoType | mscorlib.Security_GenericNoType | Request failed. | System.Security.SecurityException |
0xA3450568 | 0x8013150A | MustRevertOverride | mscorlib.Security_MustRevertOverride | Stack walk modifier must be reverted before another modification of the same type can be performed. | System.Security.SecurityException |
0xA3450569 | 0x80131640 | NoAPTCA | mscorlib.Security_NoAPTCA | That assembly does not allow partially trusted callers. | System.Security.HostProtectionException |
0xA345056A | 0x8013150A | PrincipalPermission | mscorlib.Security_PrincipalPermission | Request for principal permission failed. | System.Security.SecurityException |
0xA345056B | 0x8013150A | RegistryPermission | mscorlib.Security_RegistryPermission | Requested registry access is not allowed. | System.Security.SecurityException |
0xA345060C | 0x8013150D | VerificationException | mscorlib.Verification_Exception | Operation could destabilize the runtime. | System.Security.VerificationException |
0xA3450618 | 0x80070057 | ZoneToString | mscorlib.Zone_ToString | Zone - {0} | System.ArgumentException |
0xA345073F | Action | mscorlib.Security_Action | The action that failed was: | ||
0xA3450747 | Assembly | mscorlib.Security_Assembly | The assembly or AppDomain that failed was: | ||
0xA345073E | CannotGetRawData | mscorlib.Security_CannotGetRawData | Assembly bytes could not be retrieved. | ||
0xA3450742 | Demanded | mscorlib.Security_Demanded | The demand was for: | ||
0xA3450745 | Denied | mscorlib.Security_Denied | The denied permissions were: | ||
0xA3450741 | FirstPermThatFailed | mscorlib.Security_FirstPermThatFailed | The first permission that failed was: | ||
0xA3450743 | GrantedSet | mscorlib.Security_GrantedSet | The granted set of the failing assembly was: | ||
0xA3450748 | Method | mscorlib.Security_Method | The method that caused the failure was: | ||
0xA3450746 | PermitOnly | mscorlib.Security_PermitOnly | The only permitted permissions were: | ||
0xA3450744 | RefusedSet | mscorlib.Security_RefusedSet | The refused set of the failing assembly was: | ||
0xA3450740 | TypeFirstPermThatFailed | mscorlib.Security_TypeFirstPermThatFailed | The type of the first permission that failed was: | ||
0xA345074A | Url | mscorlib.Security_Url | The Url of the assembly that failed was: | ||
0xA3450749 | Zone | mscorlib.Security_Zone | The Zone of the assembly that failed was: |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/