コード例 #1
0
	// Push a caller onto the chain.
	internal void PushCaller(SecurityIdentity caller)
			{
				list.Insert(0, caller);
			}
コード例 #2
0
ファイル: SecurityCallers.cs プロジェクト: ForNeVeR/pnet
 // Push a caller onto the chain.
 internal void PushCaller(SecurityIdentity caller)
 {
     list.Insert(0, caller);
 }