Click here to Skip to main content
15,892,480 members
Home / Discussions / C#
   

C#

 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
Sivyo9-Sep-09 23:23
Sivyo9-Sep-09 23:23 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
Sivyo9-Sep-09 23:12
Sivyo9-Sep-09 23:12 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
DavodM9-Sep-09 23:23
DavodM9-Sep-09 23:23 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
Sivyo9-Sep-09 23:31
Sivyo9-Sep-09 23:31 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
DavodM9-Sep-09 23:35
DavodM9-Sep-09 23:35 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
Sivyo9-Sep-09 23:39
Sivyo9-Sep-09 23:39 
GeneralRe: User Input Into Array, Need To Check Array Member If It Is Greater Then 100 Or Less Then 0 Pin
Sivyo10-Sep-09 12:06
Sivyo10-Sep-09 12:06 
Questioninfo on Evidence class Pin
manustone9-Sep-09 19:59
manustone9-Sep-09 19:59 
Hi all
I am trying to understand the Evidence class, but I am missing some point.
If I use the AddAssembly() method below in the main of my program,
am I supposed to expect to have my program signed with that strong name?

What's main use case for Evidence class?
Thanks
Mn

<br />
string sPubKeyBlob = "00240000048000009400000006020000" +<br />
            "00240000525341310004000001000100" +<br />
            "19390E945A40FB5730204A25FA5DC4DA" +<br />
            "B18688B412CB0EDB87A6EFC50E2796C9" +<br />
            "B41AD3040A7E46E4A02516C598678636" +<br />
            "44A0F74C39B7AB9C38C01F10AF4A5752" +<br />
            "BFBCDF7E6DD826676AD031E7BCE63393" +<br />
            "495BAD2CA4BE03B529A73C95E5B06BE7" +<br />
            "35CA0F622C63E8F54171BD73E4C8F193" +<br />
            "CB2664163719CA41F8159B8AC88F8CD3";<br />
            Byte[] pubkey = HexsToArray(sPubKeyBlob);<br />
<br />
            StrongName sn = new StrongName(<br />
                new System.Security.Permissions.StrongNamePublicKeyBlob(pubkey),<br />
                "Manu",new Version(2,1,1,0));<br />
<br />
            object[] z = new object[]{ <br />
                new Zone(SecurityZone.Internet), sn };<br />
            Evidence ev = new Evidence();<br />
            ev.AddAssembly(z);<br />

AnswerRe: info on Evidence class Pin
SeMartens9-Sep-09 21:28
SeMartens9-Sep-09 21:28 
QuestionHow to access Cache Data Pin
sjs4u9-Sep-09 19:52
sjs4u9-Sep-09 19:52 
AnswerRe: How to access Cache Data Pin
SeMartens9-Sep-09 21:34
SeMartens9-Sep-09 21:34 
GeneralRe: How to access Cache Data Pin
sjs4u9-Sep-09 22:01
sjs4u9-Sep-09 22:01 
Questionwrapper to use C++ library in C# Pin
flyakiteosx9-Sep-09 19:25
flyakiteosx9-Sep-09 19:25 
AnswerRe: wrapper to use C++ library in C# Pin
Sindicoro9-Sep-09 20:35
Sindicoro9-Sep-09 20:35 
GeneralRe: wrapper to use C++ library in C# Pin
flyakiteosx9-Sep-09 22:02
flyakiteosx9-Sep-09 22:02 
GeneralRe: wrapper to use C++ library in C# Pin
DaveyM699-Sep-09 22:14
professionalDaveyM699-Sep-09 22:14 
Questionparameters Pin
mjawadkhatri9-Sep-09 19:07
mjawadkhatri9-Sep-09 19:07 
AnswerRe: parameters Pin
Christian Graus9-Sep-09 19:10
protectorChristian Graus9-Sep-09 19:10 
AnswerRe: parameters Pin
Mycroft Holmes9-Sep-09 19:45
professionalMycroft Holmes9-Sep-09 19:45 
Questionin a DataGridView can each row bind to a different custom data source ((BindingList)) ? Pin
alladeen9-Sep-09 17:09
alladeen9-Sep-09 17:09 
AnswerRe: in a DataGridView can each row bind to a different custom data source ((BindingList)) ? Pin
Christian Graus9-Sep-09 18:02
protectorChristian Graus9-Sep-09 18:02 
AnswerRe: in a DataGridView can each row bind to a different custom data source ((BindingList)) ? Pin
carlecomm22-Sep-09 16:12
carlecomm22-Sep-09 16:12 
QuestionHow to set 3 tier Architecture in physically.(harware) Pin
Member 23212939-Sep-09 16:31
Member 23212939-Sep-09 16:31 
AnswerRe: How to set 3 tier Architecture in physically.(harware) Pin
Christian Graus9-Sep-09 16:40
protectorChristian Graus9-Sep-09 16:40 
AnswerRe: How to set 3 tier Architecture in physically.(harware) Pin
Zoki Manas9-Sep-09 20:53
Zoki Manas9-Sep-09 20:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.