"Trust An Assembly" Wizard, .NET Configuartion (mscorcfg.msc) and caspol

From: Novice (6tc1ATqlinkDOTqueensuDOTca)
Date: 02/27/04

  • Next message: Mike: "Re: Deserialize, CryptoStream, and NetworkStream"
    Date: Fri, 27 Feb 2004 12:51:05 -0800
    
    

    When I use the .NET "Trust An Assembly" wizard to trust an assembly (to the level of Full Trust) - can I find a listing of that assembly using the .NET Configuration tool (that is invoked using mscorcfg.msc)?

    I tried finding it using the caspol application from the command line, but I don't know how to locate that assembly in the listing. I recognized the first entry:
    1. mscorlib.resources =
    StrongName - 00000000000000000400000000000000 name = mscorlib.resources

    which anyone using the .NET framework should have set to full trust. But I have 13 entries and instead of the assembly's file name, I just saw:
    13. System.DirectoryServices.resources 1.0.5000.0 =
    StrongName - 002400000480000094000000060200000024000052534131000400000100010007D
    1FA57C4AED9F0A32E84AA0FAEFD0DE9E8FD6AEC8F87FB03766C834C99921EB23BE79AD9D5DCC1DD9
    AD236132102900B723CF980957FC4E177108FC607774F29E8320E92EA05ECE4E821C0A5EFE8F1645
    C4C0C93C1AB99285D622CAA652C1DFAD63D745D6F2DE5F17E5EAF0FC4963D261C8A12436518206DC
    093344D5AD293 name = System.DirectoryServices.resources version = 1.0.5000.0

    Is it possible that it is one of the entries with StrongName? If so, is there a way to find the StrongName on that assembly so I can match it to its entry in the caspol tool?

    Not that it is really relevant, but the assembly is just a simple hello world type application that I wrote and compiled - so yes I do trust it.

    Thanks,
    Novice


  • Next message: Mike: "Re: Deserialize, CryptoStream, and NetworkStream"