4 references to BuiltInGetToken
mscorlib (4)
system\security\permissiontoken.cs (4)
171return s_theTokenFactory.BuiltInGetToken(token, null, cls); 188return s_theTokenFactory.BuiltInGetToken( ibPerm.GetTokenIndex(), perm, null ); 259return s_theTokenFactory.BuiltInGetToken(token, null, cls); 390token = BuiltInGetToken( i, null, null );