1 write to s_theTokenFactory
mscorlib (1)
system\security\permissiontoken.cs (1)
134s_theTokenFactory = new PermissionTokenFactory( 4 );
8 references to s_theTokenFactory
mscorlib (8)
system\security\permissiontoken.cs (8)
171return s_theTokenFactory.BuiltInGetToken(token, null, cls); 176return s_theTokenFactory.GetToken(cls, null); 188return s_theTokenFactory.BuiltInGetToken( ibPerm.GetTokenIndex(), perm, null ); 190return s_theTokenFactory.GetToken(perm.GetType(), perm); 230PermissionToken token = s_theTokenFactory.GetToken(typeStr); 259return s_theTokenFactory.BuiltInGetToken(token, null, cls); 264return s_theTokenFactory.FindToken( cls ); 271return s_theTokenFactory.FindTokenByIndex( i );