AllowPartiallyTrustedCallersAttribute
(System.Security.AllowPartiallyTrustedCallersAttribute)
Inherits:
System.Attribute
Interfaces:
_Attribute
Derived Types:
0
Assembly:
mscorlib.dll
Allows strong-named assemblies to be called by partially trusted code. Without this declaration, only fully trusted callers are able to use such assemblies. This class cannot be inherited.
VB.NET
C#
|
C#
public sealed class AllowPartiallyTrustedCallersAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
{
}
Articles
|
... com/en-us/library/system.security.allowpartiallytrustedcallersattribute(vs.71).aspx (http://msdn2.microsoft.com/en-us/library/system.security.allowpartiallytrustedcallersattribute ...
|
|
See Also: AllowPartiallyTrustedCallersAttribute Members. System.Object System.Attribute System.Security.AllowPartiallyTrustedCallersAttribute
|
|
The members of System.Security.AllowPartiallyTrustedCallersAttribute are listed below. See Also: Inherited members from System.Attribute [ ...
|
|
Allows strong-named assemblies to be called by partially ... System.Object System.Attribute System.Security.AllowPartiallyTrustedCallersAttribute
|
|
Allows strong-named assemblies to be called by partially trusted code. Without this declaration, only fully trusted callers are able to use such assemblies.
|