Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Split personality Pin
#realJSOP21-Sep-07 15:30
mve#realJSOP21-Sep-07 15:30 
GeneralRe: Split personality Pin
Christian Graus21-Sep-07 15:53
protectorChristian Graus21-Sep-07 15:53 
GeneralRe: Split personality Pin
Insincere Dave21-Sep-07 17:02
Insincere Dave21-Sep-07 17:02 
QuestionImpersonation over multiple servers using WCF Pin
Or Rotem21-Sep-07 11:02
Or Rotem21-Sep-07 11:02 
QuestionCustom attributes in C# for method Pin
Or Rotem21-Sep-07 11:01
Or Rotem21-Sep-07 11:01 
AnswerRe: Custom attributes in C# for method Pin
Scott Dorman21-Sep-07 12:56
professionalScott Dorman21-Sep-07 12:56 
GeneralRe: Custom attributes in C# for method Pin
Or Rotem21-Sep-07 19:21
Or Rotem21-Sep-07 19:21 
GeneralRe: Custom attributes in C# for method Pin
Scott Dorman22-Sep-07 5:16
professionalScott Dorman22-Sep-07 5:16 
You will need to do this yourself when you enter the method. You need to use reflection to see if the method has the attribute and take the appropriate steps if it does or doesn't.

The functionality you describe isn't implemented in the attribute at all. It is implemented by the calling method. Keep in mind that some of this behavior is intrinsic to the .NET runtime itself and checking security permissions like this should be part of the runtime function calling behavior.


Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

QuestionProblem with uploading system Pin
Frozzare21-Sep-07 10:15
Frozzare21-Sep-07 10:15 
AnswerRe: Problem with uploading system Pin
Pete O'Hanlon21-Sep-07 10:28
mvePete O'Hanlon21-Sep-07 10:28 
GeneralRe: Problem with uploading system Pin
Frozzare21-Sep-07 10:37
Frozzare21-Sep-07 10:37 
GeneralRe: Problem with uploading system Pin
leckey21-Sep-07 11:15
leckey21-Sep-07 11:15 
AnswerRe: Problem with uploading system Pin
m v ramana22-Sep-07 2:59
m v ramana22-Sep-07 2:59 
QuestionData from text box Pin
sajid.salim.khan21-Sep-07 9:35
sajid.salim.khan21-Sep-07 9:35 
AnswerRe: Data from text box Pin
PIEBALDconsult21-Sep-07 9:43
mvePIEBALDconsult21-Sep-07 9:43 
GeneralRe: Data from text box Pin
sajid.salim.khan21-Sep-07 9:59
sajid.salim.khan21-Sep-07 9:59 
GeneralRe: Data from text box Pin
Matthew Cuba21-Sep-07 10:02
Matthew Cuba21-Sep-07 10:02 
GeneralRe: Data from text box Pin
sajid.salim.khan21-Sep-07 15:11
sajid.salim.khan21-Sep-07 15:11 
GeneralRe: Data from text box Pin
Chintan.Desai21-Sep-07 20:36
Chintan.Desai21-Sep-07 20:36 
QuestionNUnit - Run all unit tests for a specific namespace Pin
Polymorpher21-Sep-07 9:29
Polymorpher21-Sep-07 9:29 
QuestionHow to get cell value in gridView Pin
ss.mmm21-Sep-07 9:15
ss.mmm21-Sep-07 9:15 
AnswerRe: How to get cell value in gridView Pin
George L. Jackson21-Sep-07 12:25
George L. Jackson21-Sep-07 12:25 
QuestionTooltip Pin
babbelfisken21-Sep-07 9:08
babbelfisken21-Sep-07 9:08 
AnswerRe: Tooltip Pin
Chintan.Desai21-Sep-07 20:39
Chintan.Desai21-Sep-07 20:39 
QuestionThreading questions/advice sought Pin
martin_hughes21-Sep-07 8:55
martin_hughes21-Sep-07 8:55 

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.