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