// Push a caller onto the chain.
	internal void PushCaller(SecurityIdentity caller)
			{
				list.Insert(0, caller);
			}
Beispiel #2
0
 // Push a caller onto the chain.
 internal void PushCaller(SecurityIdentity caller)
 {
     list.Insert(0, caller);
 }