Re: AllowPartiallyTrustedCallersAttribute

From: Mike Gashler [MS] (mgashler@online.microsoft.com)
Date: 03/28/03

  • Next message: Alek Davis: "Re: RSA encryption and decryption!!!!"
    From: "Mike Gashler [MS]" <mgashler@online.microsoft.com>
    Date: Thu, 27 Mar 2003 15:48:42 -0800
    
    

    The CLR implements these demands with a logic based check as you described.

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Please do not send email directly to this alias, this alias is for newsgroup
    purposes only.
    "Allen Jones" <agj@bigfoot.com> wrote in message
    news:e$Iwz#X8CHA.2040@TK2MSFTNGP10.phx.gbl...
    > Hi,
    >
    > I read that the absence of the AllowParitallyTrustedCallersAttribute
    results
    > in an implicit FullTrust LinkDemand being placed on all public and
    protected
    > members of accessible types.
    >
    > I was hoping somebody could confirm for me that it was the responsibility
    of
    > the CLR to implement these demands, and not the responsibility of the
    > individual language compilers? If so, does the CLR actually generate the
    > code for each demand during JIT compilation, or is it a simple logic based
    > check - i.e. the AllowParitallyTrustedCallersAttribute is not defined, so
    I
    > must enforce this demand?
    >
    > Regards
    > Allen
    >
    >
    

  • Next message: Alek Davis: "Re: RSA encryption and decryption!!!!"