Batch Trust an Assembly??

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Re: Batch Trust an Assembly??

    Greg,

    Here is Code Access Security Policy Tool (caspol.exe)
    [url]http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfcodeaccesssecuritypolicyutilitycaspolexe.asp[/url]
    also
    [url]http://www.csharpfriends.com/quickstart/howto/doc/security/SecScripting.aspx[/url]

    --
    Hope this helps,
    Zeeshan Mustafa, MCSD


    "Greg Chang" <Greg [email]Chang@discussions.microsoft.com[/email]> wrote in message
    news:10EF5243-664D-4162-B124-FE7E5B5FBCAC@microsoft.com...
    > are there a way that I can use script and write a program to trust
    assemblies?
    >
    > I hate to tell user to use F.Net Framework wizard to do it one by one.
    >
    > Thanks.
    >
    >

    M. Zeeshan Mustafa Guest

  2. Similar Questions and Discussions

    1. Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
      I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named...
    2. Reading the public key inside a strongly signed assembly from the assembly itself???
      Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What...
    3. Giving Trust ot Assembly
      Hi, I have generated a dll Assembly with a Key having a class with public method returning a string in C#, When i am trying to give trust to...
    4. Assembly (.dll) Trust
      Hi, I have generated a dll Assembly with a Key having a class with public method returning a string in C#, When i am trying to give trust to...
    5. Trust 610 Cardreader USB
      Cath wrote: Thanks, Cath, I'll give it a try when I get home. Does this include the above named device in its device list, or do I need to...
  3. #2

    Default Re: Batch Trust an Assembly??

    Another option is to create a security configuration deployment package with
    the .NET Configuration Tool. The msi file produced by that can be
    distributed with group policy or some other deployment mechanism if you
    like.

    Joe K.

    "M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message
    news:ucQGjucXEHA.3892@TK2MSFTNGP09.phx.gbl...
    > Greg,
    >
    > Here is Code Access Security Policy Tool (caspol.exe)
    >
    [url]http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfcodeaccesssecuritypolicyutilitycaspolexe.asp[/url]
    > also
    >
    [url]http://www.csharpfriends.com/quickstart/howto/doc/security/SecScripting.aspx[/url]
    >
    > --
    > Hope this helps,
    > Zeeshan Mustafa, MCSD
    >
    >
    > "Greg Chang" <Greg [email]Chang@discussions.microsoft.com[/email]> wrote in message
    > news:10EF5243-664D-4162-B124-FE7E5B5FBCAC@microsoft.com...
    > > are there a way that I can use script and write a program to trust
    > assemblies?
    > >
    > > I hate to tell user to use F.Net Framework wizard to do it one by one.
    > >
    > > Thanks.
    > >
    > >
    >
    >

    Joe Kaplan \(MVP - ADSI\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139