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